Ignore:
Timestamp:
Apr 9, 2009, 10:01:44 PM (16 years ago)
Author:
maron
Message:

čeština do aowow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aowow/configs/config.php

    r171 r172  
    1313$AoWoWconf['realmd']['user']    = $Config['Database']['User'];
    1414$AoWoWconf['realmd']['pass']    = $Config['Database']['Password'];
    15 $AoWoWconf['realmd']['db']              = 'wowpreklad_realmd';
     15$AoWoWconf['realmd']['db']              = 'realmd';
    1616// Site Configuration
    1717$AoWoWconf['aowow']['name'] = 'AoWoW';
    18 $AoWoWconf['aowow']['template'] = 'wowhead';
     18$AoWoWconf['aowow']['template'] = 'wowpreklad_wowhead';
    1919$AoWoWconf['aowow']['cache_time'] = (60*60*24*7); // Time to keep cache in seconds (Default: 1 week)
    20 $AoWoWconf['locale'] = 0;
     20$AoWoWconf['locale'] = 1;
    2121$AoWoWconf['register'] = false;
    2222$AoWoWconf['limit'] = 300;
Note: See TracChangeset for help on using the changeset viewer.