Changeset 918 for trunk/Install/deb/debian/conf/Config.php
- Timestamp:
- Feb 23, 2022, 10:26:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/conf/Config.php
r887 r918 3 3 $IsDeveloper = array_key_exists('REMOTE_ADDR', $_SERVER) and in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1')); 4 4 5 $Config['SystemPassword'] = sha1(rand( 23232));5 $Config['SystemPassword'] = sha1(rand(1000000, 100000000)); 6 6 $Config['Database']['Host'] = 'localhost'; 7 7 $Config['Database']['User'] = 'isp-central';
Note:
See TracChangeset
for help on using the changeset viewer.