diff --git a/cronjob/generic_turnier.php b/cronjob/generic_turnier.php index 2587727..fdd9d76 100644 --- a/cronjob/generic_turnier.php +++ b/cronjob/generic_turnier.php @@ -35,8 +35,13 @@ if ($argv) { //set_time_limit(0); -include "db.php"; -include "inclu/char.inc.php"; +//include "db.php"; +//include "inclu/char.inc.php"; +include('db.php'); +include('path.inc.php'); +include_once(ROOT_PATH.'/include/char.inc.php'); + + $name = $_GET['name']; // Name des Turniers (benötigt) $anzahl = $_GET['anzahl']; // Anzahl (benötigt)