Changeset 18


Ignore:
Timestamp:
Jul 27, 2016, 11:24:49 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Used prefix for database tables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/index.php

    r17 r18  
    88$Database->Connect($Options['DB_Host'],$Options['DB_User'],$Options['DB_Password'], $Options['DB_Database']);
    99$Database->charset('utf8');
     10$Database->Prefix = $DB_Prefix;
    1011
    1112StatProcess();
Note: See TracChangeset for help on using the changeset viewer.