Changeset 918
- Timestamp:
- Feb 23, 2022, 10:26:09 AM (3 years ago)
- Location:
- trunk/Install/deb/debian
- Files:
-
- 3 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'; -
trunk/Install/deb/debian/install
r857 r918 9 9 Common usr/share/isp-central 10 10 images usr/share/isp-central 11 filesusr/share/isp-central11 locale usr/share/isp-central 12 12 13 13 debian/conf/* etc/isp-central -
trunk/Install/deb/debian/rules
r853 r918 11 11 12 12 override_dh_auto_install: 13 echo 113 install -d -m 755 $(ROOT)/usr/share/isp-central/files 14 14 15 15 %:
Note:
See TracChangeset
for help on using the changeset viewer.