mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 11:59:56 +02:00
fixed some missing no session defines
This commit is contained in:
parent
f0039315b3
commit
bdd6c2acd4
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
* as part of the get request
|
* as part of the get request
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$no_session = true;
|
define('NO_SESSION','1');
|
||||||
require_once('../lib/init.php');
|
require_once('../lib/init.php');
|
||||||
|
|
||||||
/* Verify the existance of the Session they passed in */
|
/* Verify the existance of the Session they passed in */
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* as such it needs to verify the session id that is passed
|
* as such it needs to verify the session id that is passed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$no_session = true;
|
define('NO_SESSION','1');
|
||||||
require_once('../lib/init.php');
|
require_once('../lib/init.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$no_session = true;
|
define('NO_SESSION','1');
|
||||||
require_once('../lib/init.php');
|
require_once('../lib/init.php');
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue