Fixed: FS#1001 - Website log files not visible when using FTP
| | |
| | | } |
| | | |
| | | ####################################################################################################### |
| | | // Make the web logfiles directories world readable to enable ftp access |
| | | ####################################################################################################### |
| | | |
| | | exec('chmod +r /var/log/ispconfig/httpd/*'); |
| | | |
| | | ####################################################################################################### |
| | | // Manage and compress web logfiles |
| | | ####################################################################################################### |
| | | |