From cbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 16 Feb 2006 18:48:20 +0000 Subject: lies... lies and slander! --- play/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play') 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 -- cgit