diff options
Diffstat (limited to 'logout.php')
-rw-r--r-- | logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,5 +27,5 @@ require_once 'lib/init.php'; // To end a legitimate session, just call logout. -vauth::logout('',false); +Auth::logout('',false); ?> |