Changeset 518 for trunk/Modules/Network/Hosting.php
- Timestamp:
- Apr 14, 2013, 5:15:25 PM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Hosting.php
r516 r518 1 1 <?php 2 2 3 include_once('../Common/Global.php'); 4 5 class HostingPage extends Page 3 class PageHosting extends Page 6 4 { 7 5 var $FullTitle = 'Hostované projekty'; … … 21 19 } 22 20 23 $System->AddModule(new HostingPage());24 $System->Modules['HostingPage']->GetOutput();25 26 21 ?>
Note:
See TracChangeset
for help on using the changeset viewer.