Some small changes/fixes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
mysql_query("INSERT INTO subnetlocation (location_id, subnet_id) VALUE ('$location_id', '$subnet_id')") or die(mysql_error());
|
||||
|
||||
header("Location: subnet.php");
|
||||
header("Location: subnetview.php?subnet_id=" . $subnet_id);
|
||||
}
|
||||
|
||||
$subnet_id = $_GET['subnet_id'];
|
||||
|
||||
Reference in New Issue
Block a user