Changeset 525 for trunk/Modules/Network/Administration.php
- Timestamp:
- Apr 20, 2013, 11:47:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Administration.php
r524 r525 3 3 class PageNetworkAdministration extends Page 4 4 { 5 function __construct( )5 function __construct($System) 6 6 { 7 parent::__construct( );7 parent::__construct($System); 8 8 $this->FullTitle = 'Administrace sítě'; 9 9 $this->ShortTitle = 'Administrace sítě';
Note:
See TracChangeset
for help on using the changeset viewer.