Changeset 28 for branches/3/global.php


Ignore:
Timestamp:
Oct 13, 2008, 8:01:02 PM (16 years ago)
Author:
maron
Message:

Přihlášení

Location:
branches/3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3

    • Property svn:ignore set to
      config.php
  • branches/3/global.php

    r27 r28  
    1111
    1212//include('error.php');
    13 $database = new Database($Config['Database']['Host'], $Config['Database']['User'], $Config['Database']['Password'], $Config['Database']['Database']);
     13$database = new database($Config['Database']['Host'], $Config['Database']['User'], $Config['Database']['Password'], $Config['Database']['Database']);
    1414$database->Prefix = $Config['Database']['Prefix'];
    1515$database->charset($Config['Database']['Charset']);
Note: See TracChangeset for help on using the changeset viewer.