This commit is contained in:
Almira Krdzic
2018-10-20 14:02:06 +02:00
parent 70d16f95c5
commit a61edbc984
4 changed files with 11 additions and 7 deletions

View File

@@ -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

View File

@@ -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);

View File

@@ -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

View File

@@ -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