Update 'Apache-Installer.sh'

This commit is contained in:
bprieshof
2019-04-03 14:03:06 +02:00
parent f33ff039b2
commit 3994190354

View File

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