mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-02-09 23:45:20 +00:00
Styling, reindenting, theming and reorganising. noscript block to explain why the site is not working if javascript is not turned on.
This commit is contained in:
@@ -5,12 +5,14 @@ require_once('config.php');
|
||||
header("Access-Control-Allow-Origin: *");
|
||||
|
||||
$search = $mysqli->real_escape_string($_GET['s']);
|
||||
$id = $mysqli->real_escape_string($_GET['i']);
|
||||
$id = $mysqli->real_escape_string($_GET['i']);
|
||||
|
||||
if (empty($search) && empty($id)) {
|
||||
exit();
|
||||
}
|
||||
|
||||
$query = "";
|
||||
|
||||
if (!empty($search)) {
|
||||
$query = "
|
||||
SELECT *,
|
||||
|
||||
Reference in New Issue
Block a user