Changeset 153 for www/global.php


Ignore:
Timestamp:
Feb 16, 2009, 6:16:00 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazování chyb v SQL povelech. Nastavení v konfigureaci.
  • Upraveno: Zpřístupnění stavu financí dle ip i dle přihlášení.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/global.php

    r152 r153  
    88include('config.php');
    99include('database.php');
    10 //include('error.php');
     10include('error.php');
    1111include_once('code.php');
    1212$Database = new Database($Config['Database']['Host'], $Config['Database']['User'], $Config['Database']['Password'], $Config['Database']['Database']);
Note: See TracChangeset for help on using the changeset viewer.