test'
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
<?php
|
||||
/** Development */
|
||||
ini_set('display_errors', 0);
|
||||
define('SAVEQUERIES', false);
|
||||
define('WP_DEBUG', false);
|
||||
define('WP_DEBUG_DISPLAY', false);
|
||||
define('WP_DEBUG_LOG', false);
|
||||
|
||||
define('SCRIPT_DEBUG', false);
|
||||
/** Disable all file modifications including updates and update notifications */
|
||||
define('DISALLOW_FILE_MODS', true);
|
||||
|
||||
ini_set('display_errors',EP_NONE);
|
||||
ini_set('error_reporting', EP_NONE );
|
||||
|
||||
/**
|
||||
* Stops redirect loop on login page
|
||||
|
||||
@@ -8,8 +8,8 @@ define('WP_DEBUG_LOG', false);
|
||||
|
||||
define('SCRIPT_DEBUG', false);
|
||||
|
||||
ini_set('display_errors','Off');
|
||||
ini_set('error_reporting', E_ALL );
|
||||
ini_set('display_errors',EP_NONE);
|
||||
ini_set('error_reporting', EP_NONE );
|
||||
|
||||
/** Disable all file modifications including updates and update notifications */
|
||||
define('DISALLOW_FILE_MODS', true);
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
LogLevel emerg
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
#CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
CustomLog /dev/null combined
|
||||
|
||||
# For most configuration files from conf-available/, which are
|
||||
# enabled or disabled at a global level, it is possible to
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
LogLevel emerg
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
#CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
CustomLog /dev/null combined
|
||||
|
||||
# For most configuration files from conf-available/, which are
|
||||
# enabled or disabled at a global level, it is possible to
|
||||
|
||||
Reference in New Issue
Block a user