fix: import of translations for cronjobs was missing (#321)
refactor: retrieval of webroot path chore: add sqlite to docker image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once 'conf.php';
|
||||
require_once $webPath . 'includes/connect_endpoint_crontabs.php';
|
||||
|
||||
require_once __DIR__ . '/../../includes/connect_endpoint_crontabs.php';
|
||||
|
||||
$currentDate = new DateTime();
|
||||
$currentDateString = $currentDate->format('Y-m-d');
|
||||
|
||||
Reference in New Issue
Block a user