apache-httpd/wordpress: disable built-in WordPress autoupdater
This commit is contained in:
parent
d8987135c2
commit
3165c56db9
@ -13,6 +13,7 @@ let
|
|||||||
define('DB_HOST', '${config.dbHost}');
|
define('DB_HOST', '${config.dbHost}');
|
||||||
define('DB_CHARSET', 'utf8');
|
define('DB_CHARSET', 'utf8');
|
||||||
$table_prefix = '${config.tablePrefix}';
|
$table_prefix = '${config.tablePrefix}';
|
||||||
|
define('AUTOMATIC_UPDATER_DISABLED', true);
|
||||||
${config.extraConfig}
|
${config.extraConfig}
|
||||||
if ( !defined('ABSPATH') )
|
if ( !defined('ABSPATH') )
|
||||||
define('ABSPATH', dirname(__FILE__) . '/');
|
define('ABSPATH', dirname(__FILE__) . '/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user