//Execute backup's cron
//Perhaps a long time and memory could help in large sites
@set_time_limit(0);
- ini_set("memory_limit","56M");
+ @ini_set("memory_limit","128M");
if (file_exists("$CFG->dirroot/backup/backup_scheduled.php") and
file_exists("$CFG->dirroot/backup/backuplib.php") and
file_exists("$CFG->dirroot/backup/lib.php") and
print_simple_box_start("center", "", "$THEME->cellheading");
//Adjust some php variables to the execution of this script
- ini_set("max_execution_time","3000");
- ini_set("memory_limit","80M");
+ @ini_set("max_execution_time","3000");
+ @ini_set("memory_limit","128M");
//Call the form, depending the step we are
if (!$launch) {
print_simple_box_start("center", "", "$THEME->cellheading");
//Adjust some php variables to the execution of this script
- ini_set("max_execution_time","3000");
- ini_set("memory_limit","80M");
+ @ini_set("max_execution_time","3000");
+ @ini_set("memory_limit","128M");
//Call the form, depending the step we are
if (!$launch) {
backup_required_functions();
//Adjust some php variables to the execution of this script
- ini_set("max_execution_time","3000");
- ini_set("memory_limit","56M");
+ @ini_set("max_execution_time","3000");
+ @ini_set("memory_limit","128M");
echo "<pre>\n";