Changeset 529 for trunk/Modules/Network/UserHosts.php
- Timestamp:
- Apr 23, 2013, 7:12:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/UserHosts.php
r524 r529 3 3 class PageNetworkHostList extends Page 4 4 { 5 function __construct( )5 function __construct($System) 6 6 { 7 parent::__construct( );7 parent::__construct($System); 8 8 $this->FullTitle = 'Registrované počítače'; 9 9 $this->ShortTitle = 'Registrované počítače';
Note:
See TracChangeset
for help on using the changeset viewer.