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

moved init.php improved vainfo a bit, removed checkboxes from search page

This commit is contained in:
Karl 'vollmerk' Vollmer 2006-06-17 16:32:04 +00:00
parent c6c2320170
commit e3734f063e
54 changed files with 184 additions and 522 deletions

View file

@ -24,8 +24,7 @@
* This is the logout page, it kills any cookies you have in your browser kills
* your session in the database and then redirects you to the login page
*/
require_once("modules/init.php");
require_once('lib/init.php');
// To end a legitimate session, just call logout.
setcookie("amp_longsess","",null);
logout();