Add gravity flow demo
This commit is contained in:
3
backend/wordpress/wp-config.php
Normal file → Executable file
3
backend/wordpress/wp-config.php
Normal file → Executable file
@@ -77,7 +77,8 @@ $table_prefix = 'wp_';
|
||||
*
|
||||
* @link https://codex.wordpress.org/Debugging_in_WordPress
|
||||
*/
|
||||
define('WP_DEBUG', false);
|
||||
define('WP_DEBUG', true);
|
||||
define( 'SCRIPT_DEBUG', true );
|
||||
|
||||
/* That's all, stop editing! Happy blogging. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user