www/getispindel.php

changeset 587
31caffee8c9c
parent 578
e75ce5bbda73
equal deleted inserted replaced
586:ed4f22cfb135 587:31caffee8c9c
3 require_once('config.php'); 3 require_once('config.php');
4 4
5 if (isset($_GET["uuid"])) 5 if (isset($_GET["uuid"]))
6 $uuid = $_GET["uuid"]; 6 $uuid = $_GET["uuid"];
7 else 7 else
8 $uuid = "'ispindel000'"; 8 $uuid = "'c0ffeeee-cafe-dead-bee0-2af236d50dc9'";
9 9
10 10
11 $mysqli = new mysqli(DBASE_HOST,DBASE_USER,DBASE_PASS,DBASE_NAME); 11 $mysqli = new mysqli(DBASE_HOST,DBASE_USER,DBASE_PASS,DBASE_NAME);
12 $query = "SELECT * FROM mon_ispindels WHERE uuid=".$uuid.""; 12 $query = "SELECT * FROM mon_ispindels WHERE uuid=".$uuid."";
13 $result = $mysqli->query($query); 13 $result = $mysqli->query($query);

mercurial