mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-66645' of git://github.com/stronk7/moodle
This commit is contained in:
commit
8b09690540
@ -430,6 +430,14 @@ function upgrade_stale_php_files_present() {
|
||||
global $CFG;
|
||||
|
||||
$someexamplesofremovedfiles = array(
|
||||
// Removed in 3.8.
|
||||
'/lib/amd/src/modal_confirm.js',
|
||||
'/lib/fonts/font-awesome-4.7.0/css/font-awesome.css',
|
||||
'/lib/jquery/jquery-3.2.1.min.js',
|
||||
'/lib/recaptchalib.php',
|
||||
'/lib/sessionkeepalive_ajax.php',
|
||||
'/lib/yui/src/checknet/js/checknet.js',
|
||||
'/question/amd/src/qbankmanager.js',
|
||||
// Removed in 3.7.
|
||||
'/lib/form/yui/src/showadvanced/js/showadvanced.js',
|
||||
'/lib/tests/output_external_test.php',
|
||||
|
Loading…
x
Reference in New Issue
Block a user