From f33ff039b2ce4ee6ccd70d41ea85f5fde222269a Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 3 Apr 2019 13:55:26 +0200 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index e342097..397a9ba 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -305,7 +305,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') )