|
|
@ -35,8 +35,13 @@ if ($argv) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//set_time_limit(0);
|
|
|
|
//set_time_limit(0);
|
|
|
|
include "db.php";
|
|
|
|
//include "db.php";
|
|
|
|
include "inclu/char.inc.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)
|
|
|
|
$name = $_GET['name']; // Name des Turniers (benötigt)
|
|
|
|
$anzahl = $_GET['anzahl']; // Anzahl (benötigt)
|
|
|
|
$anzahl = $_GET['anzahl']; // Anzahl (benötigt)
|
|
|
|