From 4500fa63c6d846bc002878e810c595aac6ccc781 Mon Sep 17 00:00:00 2001 From: hecht Date: Sun, 13 Sep 2015 12:03:46 +0000 Subject: [PATCH] added path.inc.php to script --- cronjob/Turnier2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cronjob/Turnier2.php b/cronjob/Turnier2.php index e6a721c..4187cfc 100644 --- a/cronjob/Turnier2.php +++ b/cronjob/Turnier2.php @@ -6,6 +6,7 @@ * */ include "db.php"; +include_once('path.inc.php'); // get the path ;) include_once ('inclu/halloffame.inc.php'); include_once ('inclu/fruitdistribution.inc.php'); include_once ('inclu/exp.inc.php');