update schema validator
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
// ❌ No header() here
|
||||
|
||||
header('Content-Type: application/json; charset=utf-8');
|
||||
header('Access-Control-Allow-Origin: *');
|
||||
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
|
||||
header('Access-Control-Allow-Headers: Content-Type, Authorization');
|
||||
header('X-Powered-By: SiliconPin Tools');
|
||||
require_once __DIR__ . '/../.hta_lib/maxmind-db-reader/autoload.php';
|
||||
|
||||
use MaxMind\Db\Reader;
|
||||
|
||||
Reference in New Issue
Block a user