aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-20 21:35:45 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-20 21:35:45 +0200
commite78632767c3c9eb9fc8c2757d3e6e8b5f1d60ced (patch)
treee6c0de98c9d947801bb679f5336d5652b657543c /phpBB/includes/functions_acp.php
parentcf7c3dcab5f9d6d38894c97cabf93db72e04d04d (diff)
downloadforums-e78632767c3c9eb9fc8c2757d3e6e8b5f1d60ced.tar
forums-e78632767c3c9eb9fc8c2757d3e6e8b5f1d60ced.tar.gz
forums-e78632767c3c9eb9fc8c2757d3e6e8b5f1d60ced.tar.bz2
forums-e78632767c3c9eb9fc8c2757d3e6e8b5f1d60ced.tar.xz
forums-e78632767c3c9eb9fc8c2757d3e6e8b5f1d60ced.zip
[ticket/15437] Rename jquery.min.js to jquery-3.4.1.min.js
PHPBB3-15437
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index a2014a7d5b..4926351461 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -177,7 +177,7 @@ function adm_page_footer($copyright_html = true)
'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',
'S_COPYRIGHT_HTML' => $copyright_html,
'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited'),
- 'T_JQUERY_LINK' => !empty($config['allow_cdn']) && !empty($config['load_jquery_url']) ? $config['load_jquery_url'] : "{$phpbb_root_path}assets/javascript/jquery.min.js",
+ 'T_JQUERY_LINK' => !empty($config['allow_cdn']) && !empty($config['load_jquery_url']) ? $config['load_jquery_url'] : "{$phpbb_root_path}assets/javascript/jquery-3.4.1.min.js",
'S_ALLOW_CDN' => !empty($config['allow_cdn']),
'VERSION' => $config['version'])
);