Changeset 888 for trunk/Modules/NetworkConfig/NetworkConfig.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfig/NetworkConfig.php
r887 r888 3 3 class ModuleNetworkConfig extends AppModule 4 4 { 5 var$ConfigItems;5 public array $ConfigItems; 6 6 7 7 function __construct(System $System)
Note:
See TracChangeset
for help on using the changeset viewer.