diff options
Diffstat (limited to 'h-source/Application/Controllers/WifiController.php')
-rw-r--r-- | h-source/Application/Controllers/WifiController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/WifiController.php b/h-source/Application/Controllers/WifiController.php index fe86922..b2bcd73 100644 --- a/h-source/Application/Controllers/WifiController.php +++ b/h-source/Application/Controllers/WifiController.php @@ -62,6 +62,9 @@ class WifiController extends GenericController $data['intefaceOptions'] = Wifi::$interface; $data['worksOptions'] = Wifi::$wifiSelect; $data['worksField'] = 'wifi_works'; + + $data['notFoundString'] = "No wifi cards found"; + $this->append($data); } |