Browse Source

Fix Networking getOUI()

DSR! 3 năm trước cách đây
mục cha
commit
d40c4d3644
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pineapple/modules/Networking/api/module.php

+ 2 - 2
src/pineapple/modules/Networking/api/module.php

@@ -81,8 +81,8 @@ class Networking extends SystemModule
                 $this->disconnect();
                 break;
 
-            case 'genOUIProcess':
-                $this->genOUIProcess();
+            case 'getOUI':
+                $this->getOUI();
                 break;
 
             case 'getFirewallConfig':