[Easymod-cvs] easymod2/mods/easymod/includes admin_easymod.php.txt,1.43,1.44
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-08 16:52:50
|
Update of /cvsroot/easymod/easymod2/mods/easymod/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23542/mods/easymod/includes Modified Files: admin_easymod.php.txt Log Message: Removed the './' prefix from $phpbb_root_path used in the install and acp scripts. Changed version number to 0.3.0, it seems to make sense as the upgrade comes with several new features, but it still is (or should be) considered Beta code. Index: admin_easymod.php.txt =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** admin_easymod.php.txt 6 Nov 2005 15:32:00 -0000 1.43 --- admin_easymod.php.txt 8 Nov 2005 16:52:41 -0000 1.44 *************** *** 54,58 **** // define('IN_PHPBB', 1); ! $phpbb_root_path = './../'; require($phpbb_root_path . 'extension.inc'); require('./pagestart.' . $phpEx); --- 54,58 ---- // define('IN_PHPBB', 1); ! $phpbb_root_path = '../'; require($phpbb_root_path . 'extension.inc'); require('./pagestart.' . $phpEx); *************** *** 95,99 **** /// /// ! define('EASYMOD_VER', 'beta1 (0.2.2)'); define('FAQ_LINK', '<a href="http://easymod.sourceforge.net/readme/" target="_blank">'); define('REPORT_LINK', '<a href="http://area51.phpbb.com/phpBB/viewtopic.php?t=12143" target="_blank">'); --- 95,99 ---- /// /// ! define('EASYMOD_VER', 'beta (0.3.0)'); define('FAQ_LINK', '<a href="http://easymod.sourceforge.net/readme/" target="_blank">'); define('REPORT_LINK', '<a href="http://area51.phpbb.com/phpBB/viewtopic.php?t=12143" target="_blank">'); |