[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.46,1.47
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-08 16:52:49
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23542/mods/easymod Modified Files: easymod_install.php 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: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** easymod_install.php 6 Nov 2005 15:13:05 -0000 1.46 --- easymod_install.php 8 Nov 2005 16:52:41 -0000 1.47 *************** *** 21,25 **** define('IN_PHPBB', 1); ! $phpbb_root_path = './../../../'; // Checking phpBB files here allow us to halt installation and warn them with an explanation if the have not upload EM to the correct place ;-) --- 21,25 ---- define('IN_PHPBB', 1); ! $phpbb_root_path = '../../../'; // Checking phpBB files here allow us to halt installation and warn them with an explanation if the have not upload EM to the correct place ;-) *************** *** 54,58 **** //// ! $easymod_install_version = '0.2.2'; $script_path = 'admin/mods/easymod/'; //// --- 54,58 ---- //// ! $easymod_install_version = '0.3.0'; $script_path = 'admin/mods/easymod/'; //// |