We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9572b commit 59b1281Copy full SHA for 59b1281
admin/controller/tools/cron.php
@@ -34,7 +34,7 @@ function index() {
34
35
$view->cron = CronList::getCrons();
36
$view->cronkey = \Vvveb\getConfig('app.cronkey');
37
- $view->cron_url = $site['href'] . '/run-cron/' . $view->cronkey;
+ $view->cron_url = $site['url'] . '/run-cron/' . $view->cronkey;
38
$view->cron_cli = 'php ' . DIR_ROOT . 'cli.php app module=cron/index';
39
}
40
0 commit comments