Ignore:
Timestamp:
Aug 24, 2009, 8:53:09 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Podpora pro oprávnění uživatelů a skupin.
  • Upraveno: V include souborech použita cesta aktuálního skriptu.
File:
1 edited

Legend:

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

    r74 r76  
    11<?php
    22
    3 include('Application/Controller/HomePage.php');
    4 include('Application/Controller/Realm.php');
    5 include('Application/Controller/Server.php');
    6 include('Application/Controller/User.php');
    7 include('Application/Controller/Client.php');
    8 include('Application/Controller/Emulator.php');
    9 include('Application/Controller/Task.php');
    10 include('Application/Controller/News.php');
    11 include('Application/Controller/Debug.php');
    12 include('Application/Controller/Backup.php');
    13 include('Application/Controller/Cluster.php');
     3include(dirname(__FILE__).'/HomePage.php');
     4include(dirname(__FILE__).'/Realm.php');
     5include(dirname(__FILE__).'/Server.php');
     6include(dirname(__FILE__).'/User.php');
     7include(dirname(__FILE__).'/Client.php');
     8include(dirname(__FILE__).'/Emulator.php');
     9include(dirname(__FILE__).'/Task.php');
     10include(dirname(__FILE__).'/News.php');
     11include(dirname(__FILE__).'/Debug.php');
     12include(dirname(__FILE__).'/Backup.php');
     13include(dirname(__FILE__).'/Cluster.php');
    1414
    1515?>
Note: See TracChangeset for help on using the changeset viewer.