A little bit of coding style.
This commit is contained in:
@@ -239,9 +239,9 @@ if (top != self) {
|
|||||||
if (isset($_SESSION['PHP_AUTH_FORCE_USER'])) {
|
if (isset($_SESSION['PHP_AUTH_FORCE_USER'])) {
|
||||||
$default_user = $_SESSION['PHP_AUTH_FORCE_USER'];
|
$default_user = $_SESSION['PHP_AUTH_FORCE_USER'];
|
||||||
$user_input_disabled = 'readonly="readonly"';
|
$user_input_disabled = 'readonly="readonly"';
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
$user_input_disabled = '';
|
$user_input_disabled = '';
|
||||||
|
}
|
||||||
// END Swekey Integration
|
// END Swekey Integration
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user