Skip to content
Snippets Groups Projects
Commit e4cf2f47 authored by Michael Hamann's avatar Michael Hamann
Browse files

Merge remote-tracking branch 'origin/master'

parents ee1dd780 de2469ea
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,7 @@ function check_configs(){
// configs shouldn't exist
foreach ($config_files as $file) {
if (@file_exists($file)) {
if (@file_exists($file) && filesize($file)) {
$file = str_replace($_SERVER['DOCUMENT_ROOT'],'{DOCUMENT_ROOT}/', $file);
$error[] = sprintf($lang['i_confexists'],$file);
$ok = false;
......
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