Changeset 73 for trunk/www/Application/Controller/Server.php
- Timestamp:
- Aug 23, 2009, 7:02:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Controller/Server.php
r71 r73 79 79 return($Page->GetOutput($View->AccountCreateFinish())); 80 80 } 81 82 function RealmList() 83 { 84 $View = new ServerView($this->System); 85 $View->RealmListfile(); 86 } 87 88 function PatchList() 89 { 90 $View = new ServerView($this->System); 91 $View->PatchList(); 92 } 93 94 function XMLExport() 95 { 96 $View = new ServerView($this->System); 97 $View->XMLExport(); 98 } 81 99 } 82 100
Note:
See TracChangeset
for help on using the changeset viewer.