aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2011-09-25 15:12:56 -0700
committerMatt Friedman <maf675@gmail.com>2011-09-26 11:15:22 -0700
commit56c6476233646e7c735aa4e3b98c4a6b62df5c7d (patch)
treefb428fc655e39150c57f1a23f027443b3d6c2e87 /phpBB/install/database_update.php
parent5e768036f773e461283d0f65841d2ff0618ec7b7 (diff)
downloadforums-56c6476233646e7c735aa4e3b98c4a6b62df5c7d.tar
forums-56c6476233646e7c735aa4e3b98c4a6b62df5c7d.tar.gz
forums-56c6476233646e7c735aa4e3b98c4a6b62df5c7d.tar.bz2
forums-56c6476233646e7c735aa4e3b98c4a6b62df5c7d.tar.xz
forums-56c6476233646e7c735aa4e3b98c4a6b62df5c7d.zip
[ticket/10390] Allow option for jQuery to be hosted by a remote CDN
Add an option to the ACP so admins can choose to host jQuery from the local version shipped with phpBB, or via a popular CDN. PHPBB3-10390
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 18741191d8..1a47e2a656 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2090,6 +2090,7 @@ function change_database_data(&$no_updates, $version)
// Changes from 3.1.0-dev to 3.1.0-A1
case '3.1.0-dev':
+ set_config('load_jquery_host', 'localhost');
set_config('use_system_cron', 0);
$sql = 'UPDATE ' . GROUPS_TABLE . '