Update gateway_edit.php
This commit is contained in:
@@ -170,10 +170,6 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//remove the invalid characters from the gateway name
|
|
||||||
$gateway = str_replace(" ", "_", $gateway);
|
|
||||||
$gateway = str_replace("/", "", $gateway);
|
|
||||||
|
|
||||||
//add or update the database
|
//add or update the database
|
||||||
if ($_POST["persistformvar"] != "true") {
|
if ($_POST["persistformvar"] != "true") {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user