Changeset 887 for trunk/cmd.php


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/cmd.php

    r873 r887  
    11<?php
    22
    3 include_once('Application/System.php');
     3include_once('Application/Core.php');
    44
    55if (isset($_SERVER['REMOTE_ADDR'])) die();
Note: See TracChangeset for help on using the changeset viewer.