source: trunk/cmd.php@ 873

Last change on this file since 873 was 873, checked in by chronos, 5 years ago
  • Modified: Improved code format.
File size: 141 bytes
Line 
1<?php
2
3include_once('Application/System.php');
4
5if (isset($_SERVER['REMOTE_ADDR'])) die();
6
7$System = new Core();
8$System->RunCommandLine();
Note: See TracBrowser for help on using the repository browser.