From 766fe6ceef45774ea2765ebd96ce00003db7b6f9 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 28 Sep 2019 00:52:43 +0200 Subject: [PATCH] Some unimportant late-night fixups --- dist/template.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dist/template.php b/dist/template.php index a8d60a2..da24123 100644 --- a/dist/template.php +++ b/dist/template.php @@ -4,9 +4,9 @@ - The HTML5 Herald + My tournament - + @@ -19,11 +19,9 @@ use JeroenED\Libpairtwo\IOFactory; require_once 'vendor/autoload.php'; - // EDIT ME! -$pairingfile = 'your pairing-file.sws'; -$fileformat = 'Pairtwo-6'; // Possible values: Pairtwo-5, Pairtwo-6, Swar-4 - +$pairingfile = 'your pairing-file.swar'; +$fileformat = 'Swar-4'; // Possible values: Pairtwo-5, Pairtwo-6, Swar-4 if (!file_exists($pairingfile)) { trigger_error('Your file is not set or doesn\'t exist! Edit the file: ' . __FILE__ . ' and try again', E_USER_ERROR);