Ignore:
Timestamp:
Aug 23, 2009, 7:02:12 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Přímé neHTML exporty přepracovány jako funkce Controlleru negenerující HTML, ale jiné datové formáty.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/Controller/Server.php

    r71 r73  
    7979    return($Page->GetOutput($View->AccountCreateFinish()));
    8080  } 
     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  }   
    8199}
    82100
Note: See TracChangeset for help on using the changeset viewer.