Author: cfinck Date: Sat Sep 27 11:43:24 2008 New Revision: 36545
URL: http://svn.reactos.org/svn/reactos?rev=36545&view=rev Log: Fix the Forum for the new ROSCMS_PATH define and the directory of "subsys_login.php"
Modified: trunk/web/reactos.org/htdocs/forum/includes/auth/auth_roscms.php
Modified: trunk/web/reactos.org/htdocs/forum/includes/auth/auth_roscms.php URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/forum/includ... ============================================================================== --- trunk/web/reactos.org/htdocs/forum/includes/auth/auth_roscms.php [iso-8859-1] (original) +++ trunk/web/reactos.org/htdocs/forum/includes/auth/auth_roscms.php [iso-8859-1] Sat Sep 27 11:43:24 2008 @@ -12,7 +12,8 @@ exit; }
-require_once("$phpbb_root_path/../roscms/inc/subsys_login.php"); +define("ROSCMS_PATH", "$phpbb_root_path/../roscms/"); +require_once(ROSCMS_PATH . "logon/subsys_login.php");
/** * Login function