source: trunk/cmd.php

Last change on this file was 887, checked in by chronos, 3 years ago
  • Added: Static types added to almost all classes, methods and function. Supported by PHP 7.4.
  • Fixed: Various found code issues.
File size: 139 bytes
Line 
1<?php
2
3include_once('Application/Core.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.