diff --git a/wp-config.php b/wp-config.php deleted file mode 100644 index 339d052..0000000 --- a/wp-config.php +++ /dev/null @@ -1,80 +0,0 @@ -N KgzI`e)QeZ$1`'); -define('AUTH_SALT', 'cipL=% TF<;GJA|{X8JE}1|5BL6LB:IR>cQEMQD/7R%2Q(13z?L}=xqf~Ue?vD!6'); -define('SECURE_AUTH_SALT', '02Xi*tdrhe#s8qj!4RV7IT?,hud_WI5rOo/=v+(&pj>(I`i D)B~W]i`7::J{1FQ'); -define('LOGGED_IN_SALT', 'D8Gu5A23-mE5$WNI@N)Ln#'); - -/**#@-*/ - -/** - * WordPress Database Table prefix. - * - * You can have multiple installations in one database if you give each a unique - * prefix. Only numbers, letters, and underscores please! - */ -$table_prefix = 'wp_'; - -/** - * For developers: WordPress debugging mode. - * - * Change this to true to enable the display of notices during development. - * It is strongly recommended that plugin and theme developers use WP_DEBUG - * in their development environments. - */ -define('WP_DEBUG', false); - -/* That's all, stop editing! Happy blogging. */ - -/** Absolute path to the WordPress directory. */ -if ( !defined('ABSPATH') ) - define('ABSPATH', dirname(__FILE__) . '/'); - -/** Sets up WordPress vars and included files. */ -require_once(ABSPATH . 'wp-settings.php');