Changeset 887 for trunk/Modules/Network/Subnet.php
- Timestamp:
- Nov 20, 2020, 12:08:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Subnet.php
r874 r887 3 3 class PageSubnet extends Page 4 4 { 5 function __construct( $System)5 function __construct(System $System) 6 6 { 7 7 parent::__construct($System); … … 11 11 } 12 12 13 function Show() 13 function Show(): string 14 14 { 15 15 $DbResult = $this->Database->query('SELECT COUNT(*) FROM `NetworkSubnet`');
Note:
See TracChangeset
for help on using the changeset viewer.