From 7199c3123cf1cacab538ec62b98353ecb422b539 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Sep 2008 12:59:52 +0000 Subject: [PATCH] A little bit of coding style. --- libraries/auth/cookie.auth.lib.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index bca40de6f7..359dc039eb 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -218,8 +218,8 @@ if (top != self) { echo ''; exit; } - - // BEGIN Swekey Integration + + // BEGIN Swekey Integration $swekeyErr = Swekey_auth_error(); if ($swekeyErr != null) { PMA_Message::error($swekeyErr)->display(); @@ -239,11 +239,11 @@ if (top != self) { if (isset($_SESSION['PHP_AUTH_FORCE_USER'])) { $default_user = $_SESSION['PHP_AUTH_FORCE_USER']; $user_input_disabled = 'readonly="readonly"'; - } - else + } else { $user_input_disabled = ''; - // END Swekey Integration - + } + // END Swekey Integration + ?>
@@ -411,10 +411,10 @@ function PMA_auth_check() return false; } - // BEGIN Swekey Integration + // BEGIN Swekey Integration if (! Swekey_auth_check()) return false; - // END Swekey Integration + // END Swekey Integration if (defined('PMA_CLEAR_COOKIES')) { foreach($GLOBALS['cfg']['Servers'] as $key => $val) { -- 2.11.4.GIT