New project structure init
This commit is contained in:
7
backend/config/environments/development.php
Normal file
7
backend/config/environments/development.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/** Development */
|
||||
ini_set('display_errors', 0);
|
||||
define('WP_DEBUG_DISPLAY', false);
|
||||
define('SCRIPT_DEBUG', false);
|
||||
/** Disable all file modifications including updates and update notifications */
|
||||
define('DISALLOW_FILE_MODS', true);
|
||||
Reference in New Issue
Block a user