aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10848] Move include up.Oleg Pudeyev2012-10-171-1/+2
* [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-171-1/+1
* [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-171-1/+5
* [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-141-106/+1
* [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalarNils Adermann2011-06-031-1/+6
* [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.Andreas Fischer2011-05-111-1/+1
* [ticket/10046] No longer change $phpbb_root_path to an absolute path for cron.Andreas Fischer2011-03-121-5/+0
* [ticket/9830] Redirect to install directly when config.php does not exist.Igor Wiedler2010-09-161-4/+2
* PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quot...Nils Adermann2009-12-061-2/+6
* Since dl() is deprecated and disabled by default in PHP 5.3, calling it will ...Andreas Fischer2009-12-041-1/+2
* PHP 5.3 compatibility.Marek A. R2008-08-151-1/+1
* #19955Meik Sievertsen2008-01-291-2/+6
* - Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to c...Nils Adermann2007-11-181-1/+1
* #i42Meik Sievertsen2007-10-041-0/+3
* deregister globals to install tooMeik Sievertsen2007-10-041-3/+3
* #i101Nils Adermann2007-10-031-2/+20
* #i112Meik Sievertsen2007-10-011-1/+1
* allow new installations...Meik Sievertsen2007-09-231-1/+1
* new hook system (do not get it confused with events or plugins please)Meik Sievertsen2007-09-221-0/+9
* php, a strange language. :oMeik Sievertsen2007-08-301-1/+1
* necessary changes...Meik Sievertsen2007-08-301-1/+1
* Some changes... non-invasive...Meik Sievertsen2007-08-131-10/+1
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-1/+1
* - using the PHP_VERSION constant is fasterDavid M2006-12-171-1/+1
* - fixing a bunch of bugsMeik Sievertsen2006-11-211-7/+0
* *** empty log message ***David M2006-11-121-1/+0
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-0/+1
* - getcwd replacementDavid M2006-08-171-1/+9
* Allow ACP access if install/ is present and display the generic board disable...Graham Eames2006-08-121-3/+4
* Fixed: a double slash appears in the installer URL if you go to the board and...Ludovic Arnaud2006-07-231-1/+1
* Fixed: if phpBB isn't installed, it redirects to http://host.tld\/install/ind...Ludovic Arnaud2006-07-231-3/+3
* Appears that the redirect in common.php didn't work on all setups we tried, s...Graham Eames2006-07-071-3/+3
* Change redirection logic to match the RFC better in those cases before redire...Graham Eames2006-07-071-1/+27
* hey dev team mates, here are the brand new beta checkins (as promised). Pleas...Meik Sievertsen2006-06-171-6/+2
* - automatically sync topic_reported when deleting a post [Bug #2152]Nils Adermann2006-06-141-1/+1
* - forgot to commit common.phpNils Adermann2006-06-101-0/+5
* dumdidumMeik Sievertsen2006-06-071-1/+1
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-15/+14
* hmm, still not giving the expected resultsMeik Sievertsen2006-05-281-2/+2
* - fix nasty error in functions_admin generating a fatal error on inclusionMeik Sievertsen2006-05-281-1/+2
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-0/+3
* - put the error reporting check into another location (since we do want to di...Meik Sievertsen2006-05-051-2/+1
* hmm, maybe i should not comment this statement, eh?Meik Sievertsen2006-05-041-1/+1
* - slightly adjusted the DEBUG/DEBUG_EXTRA requirementsMeik Sievertsen2006-05-041-2/+3
* blahMeik Sievertsen2006-04-291-50/+56
* reverting changes to the installerMeik Sievertsen2006-04-291-100/+81
* graham, sorry for this but i had to... ;)Meik Sievertsen2006-04-281-35/+48
* oopsNils Adermann2006-04-261-1/+1
* - safer globals deregistrationNils Adermann2006-04-261-36/+55
* - removed group settings from rolesMeik Sievertsen2006-04-221-28/+37