Ignore:
Timestamp:
Nov 20, 2020, 12:08:12 AM (3 years ago)
Author:
chronos
Message:
  • Added: Static types added to almost all classes, methods and function. Supported by PHP 7.4.
  • Fixed: Various found code issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfig/Generate.php

    r873 r887  
    22
    33if (isset($_SERVER['REMOTE_ADDR'])) die();
    4 include_once(dirname(__FILE__).'/../../Application/System.php');
     4include_once(dirname(__FILE__).'/../../Application/Core.php');
    55$System = new Core();
    66$System->ShowPage = false;
Note: See TracChangeset for help on using the changeset viewer.