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:
@@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user