Add hierarhical managment

This commit is contained in:
Almira Krdzic
2018-07-09 12:34:06 +02:00
parent 06982f22e5
commit 77cb549a3f
9320 changed files with 436076 additions and 4793 deletions

5
backend/wordpress/wp-config.php Executable file → Normal file
View File

@@ -78,6 +78,9 @@ $table_prefix = 'wp_';
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', false );
define( 'SCRIPT_DEBUG', true );
/* That's all, stop editing! Happy blogging. */
@@ -88,3 +91,5 @@ if ( !defined('ABSPATH') )
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
define('FS_METHOD','direct');