1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 18:32:41 +01:00
phorge-phorge/src/applications/config/check
epriestley 879c14e13a Consolidate HTTP header access
Summary: Route all `$_SERVER['HTTP_...']` stuff through AphrontRequest (it would be nice to make this non-static, but the stack is a bit tangled right now...)

Test Plan: Verified CSRF and cascading profiling. `var_dump()`'d User-Agent and Referer and verified they are populated and returned correct values when accessed. Restarted server to trigger setup checks.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D4888
2013-02-09 15:01:57 -08:00
..
PhabricatorSetupCheck.php Port extension checks to new-style setup 2013-01-22 15:16:26 -08:00
PhabricatorSetupCheckAPC.php Detect and raise setup warnings from within Phabricator 2012-12-30 06:37:49 -08:00
PhabricatorSetupCheckBaseURI.php Consolidate HTTP header access 2013-02-09 15:01:57 -08:00
PhabricatorSetupCheckDatabase.php Merge branch 'master' into phutil_tag 2013-02-07 08:08:01 -08:00
PhabricatorSetupCheckExtensions.php Port extension checks to new-style setup 2013-01-22 15:16:26 -08:00
PhabricatorSetupCheckExtraConfig.php Add Disqus, Facebook, Google, GitHub auth config; AWS config 2013-01-01 14:09:29 -08:00
PhabricatorSetupCheckFacebook.php Move Facebook setup checks to post-install 2013-01-19 08:42:15 -08:00
PhabricatorSetupCheckGD.php Migrate max_allowed_packet and GD checks to new setup stuff 2013-01-19 08:41:45 -08:00
PhabricatorSetupCheckImagemagick.php Preserving the Animation of Gif Images 2013-02-08 09:42:28 -08:00
PhabricatorSetupCheckInvalidConfig.php Repair invalid configuration by setting values back to defaults 2013-01-17 16:25:38 -08:00
PhabricatorSetupCheckMail.php Move mail-related setup issues to setup checks 2013-01-18 13:28:30 -08:00
PhabricatorSetupCheckMySQL.php Improve STRICT_ALL_TABLES warning 2013-02-06 13:37:31 -08:00
PhabricatorSetupCheckPath.php Move PATH checks to post-install 2013-01-22 14:45:19 -08:00
PhabricatorSetupCheckPHPConfig.php Move open_basedir and safe_mode checks into new setup 2013-01-22 16:15:54 -08:00
PhabricatorSetupCheckStorage.php Don't scream about local storage not being writable if a path hasn't been configured 2013-01-19 10:11:09 -08:00
PhabricatorSetupCheckTimezone.php Make timezone configuration impossible to get wrong 2013-01-19 08:38:37 -08:00