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