summaryrefslogtreecommitdiffstats
path: root/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/logout.php b/logout.php
index 0599537c..0558eac9 100644
--- a/logout.php
+++ b/logout.php
@@ -27,5 +27,5 @@
require_once 'lib/init.php';
// To end a legitimate session, just call logout.
-vauth::logout('',false);
+Auth::logout('',false);
?>