소스 검색

Fix Networking getOUI()

DSR! 3 년 전
부모
커밋
d40c4d3644
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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':