mirror of https://github.com/itflow-org/itflow
Mail queue - duh, it actually sees to be a fix..
This commit is contained in:
parent
73c711095a
commit
12d8894c8f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue