1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Rename vauth to Auth

This commit is contained in:
Paul Arthur 2013-01-28 17:39:04 -05:00
parent 58a3ab692e
commit ead4cf2a0e
6 changed files with 19 additions and 22 deletions

View file

@ -27,5 +27,5 @@
require_once 'lib/init.php';
// To end a legitimate session, just call logout.
vauth::logout('',false);
Auth::logout('',false);
?>