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
|
||||
//
|
||||
if (isset($_GET['id'])) {
|
||||
$id = intval($id);
|
||||
$id = intval($_GET['id']);
|
||||
|
||||
$sql = "SELECT *
|
||||
FROM remote
|
||||
|
||||
Reference in New Issue
Block a user