1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Scheduled Tasks: Database Backup now zips up the .sql file.

This commit is contained in:
Cameron
2015-04-06 13:59:15 -07:00
parent cfd438c827
commit b6dfef6b62
4 changed files with 34 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
$cron[] = array(
'name' => "Unanswered Questions Report", //TODO LAN
'function' => "unanswered",
'category' => "report",
'category' => "notify",
'description' => "Mails a report of unanswered questions to ".e107::pref('core','siteadminemail').'.' // TODO LAN
);