- Added a robots.txt file in the root directory of the ispconfig interface to prevent it from being spidered by search engine robots that follow the robots excusion standard.
- Fixed a error message in the installer.
1 files modified
1 files added
| | |
| | | if(!is_file('/var/log/ispconfig/ispconfig.log')) exec('touch /var/log/ispconfig/ispconfig.log'); |
| | | |
| | | exec('mv /usr/local/ispconfig/server/scripts/run-getmail.sh /usr/local/bin/run-getmail.sh'); |
| | | exec('chown getmail /usr/local/bin/run-getmail.sh'); |
| | | if(is_user('getmail')) exec('chown getmail /usr/local/bin/run-getmail.sh'); |
| | | exec('chmod 744 /usr/local/bin/run-getmail.sh'); |
| | | |
| | | |
New file |
| | |
| | | User-Agent: * |
| | | Disallow: / |