diff --git a/conf/wp-config.php b/conf/wp-config.php index f53900b..9339e26 100644 --- a/conf/wp-config.php +++ b/conf/wp-config.php @@ -90,3 +90,10 @@ require_once(ABSPATH . 'wp-settings.php'); // Force https redirect //--PUBLIC--define('FORCE_SSL_ADMIN', true); + +/* No Errors */ +error_reporting(0); +@ini_set(‘display_errors’, 0); + +/* No PHP Edit */ +define( 'DISALLOW_FILE_EDIT', true );