1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

fixed a missing update to the new auth mojo

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-12-21 02:37:03 +00:00
parent 7e1432273a
commit 7cbf829be1

View file

@ -26,6 +26,5 @@
require_once 'lib/init.php'; require_once 'lib/init.php';
// To end a legitimate session, just call logout. // To end a legitimate session, just call logout.
setcookie("amp_longsess","",null); vauth::logout();
logout();
?> ?>