source:
trunk/cmd.php
Last change on this file was 887, checked in by , 4 years ago | |
---|---|
File size: 139 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once('Application/Core.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.