Update 'NGINX-Installer.sh'

This commit is contained in:
bprieshof
2019-04-10 15:24:56 +02:00
parent 42829a0919
commit 349bf49313

View File

@@ -304,7 +304,7 @@ define( 'NOBLOGREDIRECT', 'https://$domain' );
#define( 'WP_AUTO_UPDATE_CORE', false );
$WPSalts
#\$table_prefix = '$db_name';
\$table_prefix = '';
\$table_prefix = 'wp';
define('WP_DEBUG', false);
if ( !defined('ABSPATH') )