C
|
cgphp 3/27/2012 |
You can restrict access times in the "Before login" event or in the "After successful login" event. |
![]() |
Sergey Kornilov admin 3/28/2012 |
date('G') will give you the current hour in 24 hours format. $hour = date('G'); |
S
|
sickacid author 3/29/2012 |
date('G') will give you the current hour in 24 hours format. Example of BeforeLogin event: $hour = date('G');
|