phpbb/phpBB/install
Victor Nagy 63f11a8024 [ticket/11536] Fixed incorrect removal of "install" in script_path
Earlier the script would incorrectly remove the word "install"
from the script_path when trying to remove the last folder in the
path named "/install". This would lead to issues when the path
you are installing phpBB contained "install". For example
"/install_test/install" would become "/_test".

This change gets the parent folder instead of replacing all
"install". $name contains /install_test/install/index.php
from start and running dirname() gives /install_test/install.
Running dirname once more gives the parent folder of install,
/install_test.

PHPBB3-11536
2013-05-15 14:49:46 +02:00
..
convertors [ticket/11135] Full replacement of credit link to https 2012-10-05 21:18:59 -03:00
data deregister globals to install too 2007-10-04 11:33:33 +00:00
schemas [prep-release-3.0.11] Bumping version number for 3.0.11 final. 2012-08-20 16:32:34 +02:00
database_update.php [ticket/11278] Comment out the code for dropping the Q&A tables 2012-12-21 16:05:05 +01:00
index.php [ticket/11135] Full replacement of credit link to https 2012-10-05 21:18:59 -03:00
install_convert.php [ticket/11105] Added spaces between ; and "url=" to adhere to w3c conventions. 2013-05-12 22:57:40 +02:00
install_install.php [ticket/11536] Fixed incorrect removal of "install" in script_path 2013-05-15 14:49:46 +02:00
install_main.php removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_update.php [ticket/9140] Check current board version in incremental update packages 2010-11-10 18:26:02 +01:00
phpinfo.php May be useful 2003-02-25 15:48:16 +00:00