Changeset 873 for trunk/cmd.php


Ignore:
Timestamp:
Apr 6, 2020, 11:17:40 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd.php

    r790 r873  
    33include_once('Application/System.php');
    44
    5 if(isset($_SERVER['REMOTE_ADDR'])) die();
     5if (isset($_SERVER['REMOTE_ADDR'])) die();
    66
    77$System = new Core();
Note: See TracChangeset for help on using the changeset viewer.