changed back the allowed time
@ -129,7 +129,7 @@ class Pages extends CI_controller
public function allowedTimeFrom()
{
return DateTime::createFromFormat('h:i a', '8:00 am');
return DateTime::createFromFormat('h:i a', '9:00 am');
}
public function allowedTimeTo()