Update 'Apache-Installer.sh'

This commit is contained in:
bprieshof
2019-04-10 15:25:26 +02:00
parent 349bf49313
commit cfb85510ad

View File

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