Files
old-new-wiaas/backend/config/environments/development.php

8 lines
238 B
PHP
Raw Normal View History

2018-07-30 08:54:41 +02:00
<?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);