revoked access to website for coaches, added web-specific tokens
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// /var/www/html/db_download.php
|
||||
require_once __DIR__ . '/db_init.php';
|
||||
|
||||
$tokenRec = require_valid_token();
|
||||
$tokenRec = require_valid_token_web();
|
||||
|
||||
$dbPath = QDB_PATH;
|
||||
if (!file_exists($dbPath)) { http_response_code(404); echo "Database not found"; exit; }
|
||||
|
||||
Reference in New Issue
Block a user