Add gravity flow demo

This commit is contained in:
Almira Krdzic
2018-06-28 10:02:07 +02:00
parent 1b5076bf2f
commit 12a5066018
1106 changed files with 317603 additions and 4720 deletions

3
backend/wordpress/wp-config.php Normal file → Executable file
View 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. */