[CS-Project-svn_notify] SF.net SVN: cs-project:[974] trunk/1.2/lib/session_class.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-07-30 15:07:58
|
Revision: 974 http://cs-project.svn.sourceforge.net/cs-project/?rev=974&view=rev Author: crazedsanity Date: 2009-07-30 15:07:50 +0000 (Thu, 30 Jul 2009) Log Message: ----------- Removed unnecessary line of code (Session::set_error_message()) that referred to invalid image location. Modified Paths: -------------- trunk/1.2/lib/session_class.php Modified: trunk/1.2/lib/session_class.php =================================================================== --- trunk/1.2/lib/session_class.php 2009-07-30 15:00:34 UTC (rev 973) +++ trunk/1.2/lib/session_class.php 2009-07-30 15:07:50 UTC (rev 974) @@ -577,11 +577,6 @@ $dMsg = "An unknown error occurred while attempting to log you out."; $dType = "fatal"; break; - case "restricted": - $dTitle = "Access Forbidden"; - $dMsg = "<img src=\"/images/puis-clean.png\"><br>Outside access to this section is forbidden.<br> Your attempt has been logged."; - $dType = "fatal"; - break; case "expired": $dTitle = "Session Expired"; $dMsg = "For your protection, your session has been expired.<BR>\nPlease re-login.<BR>\n"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |