|
From: Markus P. <mar...@us...> - 2005-04-26 00:08:44
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23647/modules/mx_coreblocks Modified Files: mx_search.php Log Message: Fixed site search block. Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_search.php 25 Apr 2005 23:56:09 -0000 1.4 --- mx_search.php 26 Apr 2005 00:08:17 -0000 1.5 *************** *** 18,22 **** define( 'IN_PORTAL', true ); ! $mx_root_path = './'; include( $mx_root_path . 'extension.inc' ); --- 18,22 ---- define( 'IN_PORTAL', true ); ! $mx_root_path = '../../'; include( $mx_root_path . 'extension.inc' ); |