From ed6f9c9e65ea6bf4e69c67c32facb08eb2a01226 Mon Sep 17 00:00:00 2001 From: hecht Date: Sat, 5 Sep 2015 15:52:51 +0000 Subject: [PATCH] fix for small tournament --- cronjob/klein_Turnier2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cronjob/klein_Turnier2.php b/cronjob/klein_Turnier2.php index 893fa1b..fe17bb7 100644 --- a/cronjob/klein_Turnier2.php +++ b/cronjob/klein_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/turnier.inc.php'); include_once ('inclu/char.inc.php');