summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-16 18:48:20 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-16 18:48:20 +0000
commitcbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40 (patch)
tree0b2e672e3fbb11090560a1d0ec05aeb2802d83b9
parente3f56890dde8cda6f7885001f7efe27edca64f40 (diff)
downloadampache-cbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40.tar.gz
ampache-cbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40.tar.bz2
ampache-cbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40.zip
lies... lies and slander!
-rw-r--r--play/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php
index fded0525..d13c447f 100644
--- a/play/index.php
+++ b/play/index.php
@@ -54,7 +54,7 @@ if (conf('xml_rpc')) {
if (conf('require_session') OR $xml_rpc) {
if(!session_exists($sid,$xml_rpc)) {
die(_("Session Expired: please log in again at") . " " . conf('web_path') . "/login.php");
- debug_event('session_expired',"Streaming Access Denied: " . $GLOBALS['user']->username . "'s session has expired",'4');
+ debug_event('session_expired',"Streaming Access Denied: " . $GLOBALS['user']->username . "'s session has expired",'3');
}
// Now that we've confirmed the session is valid