diff --git a/get1.php b/get1.php deleted file mode 100644 index 5b384a7..0000000 --- a/get1.php +++ /dev/null @@ -1,16 +0,0 @@ -query($sql); - -$roles = []; -if ($result->num_rows > 0) { - while ($row = $result->fetch_assoc()) { - $roles[] = $row; - } -} - -header('Content-Type: application/json'); -echo json_encode($roles); -$conn->close(); -?> diff --git a/index.html b/index.html index c76a8c7..159054e 100644 --- a/index.html +++ b/index.html @@ -20,24 +20,6 @@ }