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