Mail queue - fix file inclusion following move to subdir

This commit is contained in:
wrongecho 2025-01-09 16:58:09 +00:00
parent 22d1a1809c
commit 50e252efb7
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<?php
// Set working directory to the directory this cron script lives at.
chdir(dirname(__FILE__));
require_once "../config.php";
// Set Timezone