Simplify the setup-config.php UI flow and load process.

When no configuration file is detected, we now redirect to setup-config.php. This process now uses the WordPress bootstrap, rather than a set of fragile hacks.

fixes #28740.


git-svn-id: https://develop.svn.wordpress.org/trunk@28978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-07-03 19:56:37 +00:00
parent 26e262f93d
commit a7c3b23f1c
6 changed files with 41 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
/**
* Disable error reporting
*
* Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging
* Set this to error_reporting( -1 ) for debugging
*/
error_reporting(0);