function indexAction()
 {
     Am_Cron::checkCron();
 }
Example #2
0
 function indexAction()
 {
     Zend_Session::writeClose();
     Am_Cron::checkCron();
 }