Changeset 887 for trunk/Install
- Timestamp:
- Nov 20, 2020, 12:08:12 AM (4 years ago)
- Location:
- trunk/Install/deb/debian/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/conf/Config.php
r877 r887 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 om(23232));5 $Config['SystemPassword'] = sha1(rand(23232)); 6 6 $Config['Database']['Host'] = 'localhost'; 7 7 $Config['Database']['User'] = 'isp-central'; -
trunk/Install/deb/debian/conf/Modules.php
r842 r887 1 <?php 1 <?php 2 2 3 $ConfigModules = array 3 $ConfigModules = array( 4 4 );
Note:
See TracChangeset
for help on using the changeset viewer.