|
From: Jon O. <jon...@us...> - 2008-04-27 18:44:49
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13157 Modified Files: index.php Log Message: This and that, forgot the details...sorry... Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** index.php 9 Mar 2008 23:38:00 -0000 1.75 --- index.php 27 Apr 2008 18:44:42 -0000 1.76 *************** *** 11,14 **** --- 11,15 ---- define( 'IN_PORTAL', 1 ); + $phpEx = substr(strrchr(__FILE__, '.'), 1); $mx_root_path = "./"; |