09-06-2010, 06:07 PM
Again:
comment the line using the "readlink".
Before:
if (@readlink($settings->_contentDir."current.log")!=$settings->_contentDir.$entry)
print "<li><a href=\"out.RemoveLog.php?logname=".$entry."\">".getMLText("rm_file")."</a></li>";
after:
//if (@readlink($settings->_contentDir."current.log")!=$settings->_contentDir.$entry)
print "<li><a href=\"out.RemoveLog.php?logname=".$entry."\">".getMLText("rm_file")."</a></li>";
comment the line using the "readlink".
Before:
if (@readlink($settings->_contentDir."current.log")!=$settings->_contentDir.$entry)
print "<li><a href=\"out.RemoveLog.php?logname=".$entry."\">".getMLText("rm_file")."</a></li>";
after:
//if (@readlink($settings->_contentDir."current.log")!=$settings->_contentDir.$entry)
print "<li><a href=\"out.RemoveLog.php?logname=".$entry."\">".getMLText("rm_file")."</a></li>";