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