Ignore:
Timestamp:
Oct 21, 2009, 10:24:50 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Chybějící include v souborech.
Location:
trunk/www/Application/Controller
Files:
10 edited

Legend:

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

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Backup.php');
    46
    57class BackupController extends Controller
  • trunk/www/Application/Controller/Client.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Client.php');
    46
    57class ClientController extends Controller
  • trunk/www/Application/Controller/Cluster.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Cluster.php');
    46
    57class ClusterController extends Controller
  • trunk/www/Application/Controller/Debug.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Debug.php');
    46
    57class DebugController extends Controller
  • trunk/www/Application/Controller/Emulator.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Emulator.php');
    46
    57class EmulatorController extends Controller
  • trunk/www/Application/Controller/News.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/News.php');
    46
    57class NewsController extends Controller
  • trunk/www/Application/Controller/Realm.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Realm.php');
    46
    57class RealmController extends Controller
  • trunk/www/Application/Controller/Server.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Server.php');
    46
    57class ServerController extends Controller
  • trunk/www/Application/Controller/Task.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Task.php');
    46
    57class TaskController extends Controller
  • trunk/www/Application/Controller/Update.php

    r78 r80  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
     4include_once(dirname(__FILE__).'/../View/Page.php');
     5include_once(dirname(__FILE__).'/../View/Update.php');
    46
    57class UpdateController extends Controller
Note: See TracChangeset for help on using the changeset viewer.