Fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
require_once(__DIR__ . '/Database.php');
|
||||
//header('Content-Type: application/json');
|
||||
header('Content-Type: application/json');
|
||||
|
||||
$db = new Database();
|
||||
|
||||
$n = 0;
|
||||
$n = 10;
|
||||
if (isset($_GET['n'])) {
|
||||
$n = $_GET['n'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user