This commit is contained in:
2019-07-11 12:53:04 +02:00
parent a78acf9792
commit b192374d7c

View File

@@ -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'];
}