From 737b292e0d3ae526c9d1ef64398539f3da7d0957 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Sep 2008 13:06:17 +0000 Subject: [PATCH] Indentation. --- libraries/Config.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 3c9f0a9446..f2f91cd66d 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -477,7 +477,7 @@ class PMA_Config } // Check for permissions (on platforms that support it): - if ($this->get('CheckConfigurationPermissions')) { + if ($this->get('CheckConfigurationPermissions')) { $perms = @fileperms($this->getSource()); if (!($perms === false) && ($perms & 2)) { // This check is normally done after loading configuration @@ -486,8 +486,8 @@ class PMA_Config $this->source_mtime = 0; die('Wrong permissions on configuration file, should not be world writable!'); } - } - } + } + } return true; } -- 2.11.4.GIT