mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-01-06 04:40:13 -06:00
#247 Cronjob for auto-backups
This commit is contained in:
@@ -36,7 +36,9 @@ class BaseController extends Asatru\Controller\Controller {
|
||||
'/password/restore',
|
||||
'/password/reset',
|
||||
'/cronjob/tasks/overdue',
|
||||
'/cronjob/tasks/tomorrow'
|
||||
'/cronjob/tasks/tomorrow',
|
||||
'/cronjob/calendar/reminder',
|
||||
'/cronjob/backup/auto'
|
||||
);
|
||||
|
||||
if (!in_array($url, $allowed_urls)) {
|
||||
|
||||
Reference in New Issue
Block a user