mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Deleting cronextra.php stuff ....
This commit is contained in:
parent
4c3b9e020f
commit
7493b1c927
@ -135,10 +135,6 @@
|
||||
|
||||
} // End of occasional clean-up tasks
|
||||
|
||||
if (file_exists("$CFG->dataroot/cronextra.php")) {
|
||||
mtrace("Running extra commands in $CFG->dataroot/cronextra.php ...");
|
||||
include("$CFG->dataroot/cronextra.php");
|
||||
}
|
||||
|
||||
if (!isset($CFG->disablescheduledbackups)) { // Defined in config.php
|
||||
//Execute backup's cron
|
||||
|
Loading…
x
Reference in New Issue
Block a user