[ros-diffs] [cfinck] 36545: Fix the Forum for the new ROSCMS_PATH define and the directory of "subsys_login.php"

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Sep 27 18:43:25 CEST 2008


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/includes/auth/auth_roscms.php?rev=36545&r1=36544&r2=36545&view=diff
==============================================================================
--- 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



More information about the Ros-diffs mailing list