소스 검색

删除 'src/config.php'

xdao 2 년 전
부모
커밋
ebb6916082
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0 20
      src/config.php

+ 0 - 20
src/config.php

@@ -1,20 +0,0 @@
-<?php
-
-class DeviceConfig
-{
-    // third party modules can change the options based on this
-    // the allowed values are: "nano" or "tetra"
-    const DEVICE_TYPE = 'tetra';
-
-    const USE_INTERNAL_STORAGE = true;
-
-    const USE_USB_STORAGE = true;
-
-    const SHOW_FIREWALL_CONFIG = true;
-
-    // third party modules do not have this flag implemented
-    const SHOW_SCAN_TYPE = true;
-
-    // hide wlan0 in getClientInterfaces() enumeration
-    const HIDE_WLAN0_CLIENT = true;
-}