Update 'NGINX-Installer.sh'

This commit is contained in:
bprieshof
2019-04-03 13:55:26 +02:00
parent 8eb752d823
commit f33ff039b2

View File

@@ -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') )