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/Install/deb/debian/conf/Config.php

    r877 r887  
    33$IsDeveloper = array_key_exists('REMOTE_ADDR', $_SERVER) and in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1'));
    44
    5 $Config['SystemPassword'] = sha1(random(23232));
     5$Config['SystemPassword'] = sha1(rand(23232));
    66$Config['Database']['Host'] = 'localhost';
    77$Config['Database']['User'] = 'isp-central';
Note: See TracChangeset for help on using the changeset viewer.