diff options
author | pb1dft <pb1dft@ampache> | 2007-02-16 00:05:09 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2007-02-16 00:05:09 +0000 |
commit | 79d6b4b7e407a4bfa5fa2521df107114f082761d (patch) | |
tree | 8a7f9e595f61c94853d76c5d11da6780d5406555 /rss.php | |
parent | 68917e09f5f47928ca31773a5ee17ad93bc9ab3c (diff) | |
download | ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.tar.gz ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.tar.bz2 ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.zip |
javascript modification/rss no_session fix/On useradd display right accesslevel(bounty1370)
Diffstat (limited to 'rss.php')
-rw-r--r-- | rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ */ -$no_session = 1; +define('NO_SESSION','1'); require('lib/init.php'); /* Check Perms */ |