remove debug code
This commit is contained in:
@@ -478,7 +478,6 @@ class PMA_Config
|
|||||||
|
|
||||||
// Check for permissions (on platforms that support it):
|
// Check for permissions (on platforms that support it):
|
||||||
if ($this->get('CheckConfigurationPermissions')) {
|
if ($this->get('CheckConfigurationPermissions')) {
|
||||||
echo 'trace';
|
|
||||||
$perms = @fileperms($this->getSource());
|
$perms = @fileperms($this->getSource());
|
||||||
if (!($perms === false) && ($perms & 2)) {
|
if (!($perms === false) && ($perms & 2)) {
|
||||||
// This check is normally done after loading configuration
|
// This check is normally done after loading configuration
|
||||||
|
Reference in New Issue
Block a user