From bee928cb75c6bc9c21fcf8af1426d025cfff5eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jan 2010 15:29:35 +0000 Subject: [PATCH] Fix indentation. --- libraries/auth/signon.auth.lib.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/auth/signon.auth.lib.php b/libraries/auth/signon.auth.lib.php index b3150eb80..04b2252da 100644 --- a/libraries/auth/signon.auth.lib.php +++ b/libraries/auth/signon.auth.lib.php @@ -123,10 +123,11 @@ function PMA_auth_check() session_start(); /* Set the single signon host */ - $GLOBALS['cfg']['Server']['host']=$single_signon_host; + $GLOBALS['cfg']['Server']['host'] = $single_signon_host; + + /* Set the single signon port */ + $GLOBALS['cfg']['Server']['port'] = $single_signon_port; - /* Set the single signon port */ - $GLOBALS['cfg']['Server']['port'] = $single_signon_port; /* Restore our token */ if (!empty($pma_token)) { $_SESSION[' PMA_token '] = $pma_token;