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:
parent
c6c2320170
commit
e3734f063e
54 changed files with 184 additions and 522 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue