update the comment
This commit is contained in:
@@ -45,8 +45,8 @@ else {
|
|||||||
$id = check_str($_GET["id"]);
|
$id = check_str($_GET["id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//if no id then exit
|
//if the ID is not set then exit
|
||||||
if (isset($id)) {
|
if (!isset($id)) {
|
||||||
echo "ID is required.";
|
echo "ID is required.";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user