[Phpbbkb-checkins] SF.net SVN: phpbbkb: [71] main/trunk/includes/functions_kb.php
Status: Alpha
Brought to you by:
markthedaemon
From: <mar...@us...> - 2007-05-28 02:38:29
|
Revision: 71 http://svn.sourceforge.net/phpbbkb/?rev=71&view=rev Author: markthedaemon Date: 2007-05-27 19:38:31 -0700 (Sun, 27 May 2007) Log Message: ----------- Hrm, it's nearly 4am and probably not the best time to be looking at code. I'll check this in for now and then re-evaluate the situation after I've had some sleep. Night! Modified Paths: -------------- main/trunk/includes/functions_kb.php Modified: main/trunk/includes/functions_kb.php =================================================================== --- main/trunk/includes/functions_kb.php 2007-05-28 02:23:40 UTC (rev 70) +++ main/trunk/includes/functions_kb.php 2007-05-28 02:38:31 UTC (rev 71) @@ -221,11 +221,13 @@ $error_msg = ''; $user_sig = $userdata['user_sig']; + /* + No longer needed due to proper authentication in Alpha 2 // Simple auth for Alpha 1 if(!$userdata['session_logged_in']) { message_die(GENERAL_MESSAGE, 'Not authenticated!'); - } + } */ if(!empty($HTTP_POST_VARS['post'])) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |