revoked access to website for coaches, added web-specific tokens
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
require_once __DIR__ . '/db_init.php';
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
|
||||
$tokenRec = require_valid_token();
|
||||
$tokenRec = require_valid_token_web();
|
||||
|
||||
$ORDER_JSON = __DIR__ . '/header_order.json';
|
||||
$LABELS_JSON = __DIR__ . '/questions_en.json';
|
||||
|
||||
Reference in New Issue
Block a user