aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/config/config.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11515] Refactoring changes.Vishal Pandey2019-05-081-3/+2
| | | | | | Refactoring the code as suggested. PHPBB3-11515
* [ticket/11515] Refactoring the patch.Vishal Pandey2019-05-081-4/+1
| | | | | | Removing else conditions. PHPBB3-11515
* [ticket/11515] Space between if and bracesVishal Pandey2019-05-081-1/+1
| | | | | | Exactly one space between if and opening brace. PHPBB3-11515
* [ticket/11515] Change If...else statement structVishal Pandey2019-05-081-1/+3
| | | | | | Modifications in if-else structure. PHPBB3-11515
* [ticket/11515] Extra check after acquiring locks.Vishal Pandey2019-05-081-0/+21
| | | | | | Add additional check to flock.php and db.php to ensure lock aquiring. PHPBB3-11515
* [ticket/10073] Fix invalid type hintJoas Schilling2014-05-291-1/+1
| | | | PHPBB3-10073
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+5
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+170
PHPBB3-11698