mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-40100 cache: removed unneeded includes from add instance forms
This commit is contained in:
parent
b3be471f52
commit
1878661402
1
cache/stores/file/addinstanceform.php
vendored
1
cache/stores/file/addinstanceform.php
vendored
@ -27,7 +27,6 @@
|
||||
*/
|
||||
|
||||
require_once($CFG->dirroot.'/cache/forms.php');
|
||||
require_once($CFG->dirroot.'/cache/stores/file/lib.php');
|
||||
|
||||
/**
|
||||
* Form for adding a file instance.
|
||||
|
1
cache/stores/memcache/addinstanceform.php
vendored
1
cache/stores/memcache/addinstanceform.php
vendored
@ -27,7 +27,6 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
require_once($CFG->dirroot.'/cache/forms.php');
|
||||
require_once($CFG->dirroot.'/cache/stores/memcached/lib.php');
|
||||
|
||||
/**
|
||||
* Form for adding a memcache instance.
|
||||
|
1
cache/stores/mongodb/addinstanceform.php
vendored
1
cache/stores/mongodb/addinstanceform.php
vendored
@ -35,7 +35,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// Include the necessary evils.
|
||||
require_once($CFG->dirroot.'/cache/forms.php');
|
||||
require_once($CFG->dirroot.'/cache/stores/mongodb/lib.php');
|
||||
|
||||
/**
|
||||
* The form to add an instance of the MongoDB store to the system.
|
||||
|
Loading…
x
Reference in New Issue
Block a user