remove debug code

This commit is contained in:
Marc Delisle
2007-12-10 18:14:16 +00:00
parent ffc9a28eaf
commit ea594740ca

View File

@@ -478,7 +478,6 @@ class PMA_Config
// Check for permissions (on platforms that support it):
if ($this->get('CheckConfigurationPermissions')) {
echo 'trace';
$perms = @fileperms($this->getSource());
if (!($perms === false) && ($perms & 2)) {
// This check is normally done after loading configuration