mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add mising global definition.
This commit is contained in:
parent
7f6afb290f
commit
42e64acaaa
@ -1743,6 +1743,8 @@ function execute_command_return_output($command) {
|
||||
* convert_friendly_interface_to_real_interface_name($interface): convert WAN to FXP0
|
||||
*/
|
||||
function convert_friendly_interface_to_real_interface_name($interface) {
|
||||
global $config;
|
||||
|
||||
$wanif = $interface;
|
||||
|
||||
switch ($interface) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user