diff options
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 2 |
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 |