Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Jul 19, 4:38 AM

in-portal

Index: branches/unlabeled/unlabeled-1.1.2/tools/cron.php
===================================================================
--- branches/unlabeled/unlabeled-1.1.2/tools/cron.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.1.2/tools/cron.php (revision 3945)
@@ -0,0 +1,16 @@
+<?php
+
+define('FULL_PATH', realpath(dirname(__FILE__).'/../'));
+define('APPLICATION_CLASS', 'MyApplication');
+define('ADMIN', 1);
+
+include_once(FULL_PATH.'/kernel/kernel4/startup.php');
+
+$application =& kApplication::Instance();
+$application->Init();
+
+$event_manager =& $application->recallObject('EventManager');
+$event_manager->RunRegularEvents(reBEFORE, true);
+$event_manager->RunRegularEvents(reAFTER, true);
+
+?>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.1.2/tools/cron.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

Event Timeline