aboutsummaryrefslogtreecommitdiffstats
path: root/includes/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/login.php')
-rw-r--r--includes/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/login.php b/includes/login.php
index e7713c1..83a7f1c 100644
--- a/includes/login.php
+++ b/includes/login.php
@@ -1,7 +1,7 @@
<?php
// Hide the login block if logged in, there are no lock usernames,
// or if authenticated via HTTP.
- if ($username == '' && $allow_login == 'yes' && !isset($_SERVER['PHP_AUTH_USER'])) {
+ if ($username == '' && $phpiCal_config->allow_login == 'yes' && !isset($_SERVER['PHP_AUTH_USER'])) {
// Set the login table width if not set.
if (!isset($login_width)) $login_width = "100%";

© 2014-2024 Faster IT GmbH | imprint | privacy policy