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/Base/Include.php

    r75 r76  
    11<?php
    22
    3 include('Base/Module.php');
    4 include('Base/Error.php');
    5 include('Base/Database.php');
    6 include('Base/UTF8.php');
    7 include('Base/System.php');
    8 include('Base/Global.php');
    9 include('Base/Html.php');
    10 include('Base/Model.php');
    11 include('Base/Controller.php');
    12 include('Base/View.php');
    13 include('Base/Table.php');
    14 include('Base/List.php');
    15 include('Base/Form.php');
    16 include('Base/Log.php');
    17 include('Base/Types/Include.php');
     3include(dirname(__FILE__).'/Module.php');
     4include(dirname(__FILE__).'/Error.php');
     5include(dirname(__FILE__).'/Database.php');
     6include(dirname(__FILE__).'/UTF8.php');
     7include(dirname(__FILE__).'/System.php');
     8include(dirname(__FILE__).'/Global.php');
     9include(dirname(__FILE__).'/Html.php');
     10include(dirname(__FILE__).'/Model.php');
     11include(dirname(__FILE__).'/Controller.php');
     12include(dirname(__FILE__).'/View.php');
     13include(dirname(__FILE__).'/Table.php');
     14include(dirname(__FILE__).'/List.php');
     15include(dirname(__FILE__).'/Form.php');
     16include(dirname(__FILE__).'/Log.php');
     17include(dirname(__FILE__).'/Types/Include.php');
    1818
    1919?>
Note: See TracChangeset for help on using the changeset viewer.