aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/startup.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/7729] Prevent date/time functions from throwing E_WARNING on PHP 5.3.Andreas Fischer2011-06-251-0/+28
| | | | PHPBB3-7729
* [ticket/10218] Prevent startime from being overwritten by deregister_globals()Yuriy Rusko2011-06-151-2/+3
| | | | PHPBB3-10218
* [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-141-0/+121
Because startup.php deletes all variables, the constants in database_update are used to preserve settings at the top. PHPBB3-10218