source: trunk/cmd.php@ 736

Last change on this file since 736 was 729, checked in by chronos, 10 years ago
  • Added: Generic Scheduler module for running tasks on specified time and with specified period.
  • Added: System execution from command line using cmd.php entry point.
  • Property svn:executable set to *
File size: 99 bytes
Line 
1<?php
2
3include_once('Application/System.php');
4
5$System = new System();
6$System->RunCommandLine();
Note: See TracBrowser for help on using the repository browser.