Revision dde20226
Added by Renato Botelho over 11 years ago
usr/local/www/system_gateways.php | ||
---|---|---|
108 | 108 |
} |
109 | 109 |
|
110 | 110 |
function delete_gateway_item($id) { |
111 |
global $config, $a_gateways; |
|
112 |
|
|
111 | 113 |
if (!isset($a_gateways[$id])) |
112 | 114 |
return; |
113 | 115 |
|
Also available in: Unified diff
Declare missing global vars and fix gateway deletion