From 39941903546dfccafbb3a8096984cc724fe4c1eb Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 3 Apr 2019 14:03:06 +0200 Subject: [PATCH] Update 'Apache-Installer.sh' --- Apache-Installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Apache-Installer.sh b/Apache-Installer.sh index cc7a4eb..7cfcf2b 100644 --- a/Apache-Installer.sh +++ b/Apache-Installer.sh @@ -194,7 +194,8 @@ define( 'NOBLOGREDIRECT', 'https://$domain' ); #define( 'AUTOMATIC_UPDATER_DISABLED', true ); #define( 'WP_AUTO_UPDATE_CORE', false ); $WPSalts -\$table_prefix = '$db_name'; +#\$table_prefix = '$db_name'; +\$table_prefix = ''; define('WP_DEBUG', false); if ( !defined('ABSPATH') )