diff options
Diffstat (limited to 'inc/auth/basic.class.php')
-rw-r--r-- | inc/auth/basic.class.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php index cf19e2c79..8905f283d 100644 --- a/inc/auth/basic.class.php +++ b/inc/auth/basic.class.php @@ -10,6 +10,8 @@ class auth_basic { + var $success = TRUE; + /** * Check user+password [ MUST BE OVERRIDDEN ] * @@ -156,4 +158,4 @@ class auth_basic { # msg("authorisation method does not support alteration of group memberships", -1); # return false; # } -}
\ No newline at end of file +} |