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

fixed some missing no session defines

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-02-10 18:45:11 +00:00
parent f0039315b3
commit bdd6c2acd4
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
* as part of the get request
*/
$no_session = true;
define('NO_SESSION','1');
require_once('../lib/init.php');
/* Verify the existance of the Session they passed in */

View file

@ -25,7 +25,7 @@
* as such it needs to verify the session id that is passed
*/
$no_session = true;
define('NO_SESSION','1');
require_once('../lib/init.php');
/**

View file

@ -20,7 +20,7 @@
*/
$no_session = true;
define('NO_SESSION','1');
require_once('../lib/init.php');