Skip to content
Snippets Groups Projects
Commit 28bf89bc authored by tbrehm's avatar tbrehm
Browse files

- Added a robots.txt file in the root directory of the ispconfig interface to...

- 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.
parent e9e224af
No related branches found
No related tags found
No related merge requests found
......@@ -1386,7 +1386,7 @@ class installer_base {
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');
......
User-Agent: *
Disallow: /
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment