git-svn-id: http://svn.automattic.com/wordpress/trunk@8070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6adcab8b27
commit
2787d1fde5
|
@ -19,6 +19,8 @@
|
||||||
/** Define ABSPATH as this files directory */
|
/** Define ABSPATH as this files directory */
|
||||||
define( 'ABSPATH', dirname(__FILE__) . '/' );
|
define( 'ABSPATH', dirname(__FILE__) . '/' );
|
||||||
|
|
||||||
|
error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
|
||||||
|
|
||||||
if ( file_exists( ABSPATH . 'wp-config.php') ) {
|
if ( file_exists( ABSPATH . 'wp-config.php') ) {
|
||||||
|
|
||||||
/** The config file resides in ABSPATH */
|
/** The config file resides in ABSPATH */
|
||||||
|
|
Loading…
Reference in New Issue