tbrehm
2013-02-11 33e2c95c69b405f36caf9013ff9a256e6edf9500
- htpasswd_stats file was not readable for apache user.
1 files modified
2 ■■■ changed files
server/plugins-available/apache2_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -1439,7 +1439,7 @@
                $app->system->web_folder_protection($data['new']['document_root'],false);
                $app->system->file_put_contents($data['new']['document_root'].'/web/stats/.htpasswd_stats',$htp_file);
                $app->system->web_folder_protection($data['new']['document_root'],true);
                $app->system->chmod($data['new']['document_root'].'/web/stats/.htpasswd_stats',0750);
                $app->system->chmod($data['new']['document_root'].'/web/stats/.htpasswd_stats',0755);
                unset($htp_file);
            }
        }