just use the methods of the not duplicated classes

main
hecht 13 years ago
parent f1a20464f9
commit 739ea11ed1

@ -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)

Loading…
Cancel
Save