aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpinfo.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15035] Add phpinfo.php to 3.2.x install directorykasimi2017-01-201-0/+14
| | | | | | | | In 3.1.x there's a phpinfo.php in the /install folder which seems to be removed in 3.2.x, perhaps by accident? https://github.com/phpbb/phpbb/commits/3.2.x/phpBB/install/phpinfo.php Let's add it back for easier troubleshooting potential issues during installation. PHPBB3-15035
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-14/+0
| | | | PHPBB3-14044
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-0/+11
| | | | PHPBB3-12723
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-5/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* May be usefulPaul S. Owen2003-02-251-0/+5
git-svn-id: file:///svn/phpbb/trunk@3524 89ea8834-ac86-4346-8a33-228a782c2dd0