mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
typo
This commit is contained in:
@@ -136,7 +136,7 @@ else{
|
|||||||
//add a service
|
//add a service
|
||||||
//
|
//
|
||||||
if (isset($_GET['id'])) {
|
if (isset($_GET['id'])) {
|
||||||
$id = intval($id);
|
$id = intval($_GET['id']);
|
||||||
|
|
||||||
$sql = "SELECT *
|
$sql = "SELECT *
|
||||||
FROM remote
|
FROM remote
|
||||||
|
|||||||
Reference in New Issue
Block a user