Changeset 172 for trunk/aowow/configs/config.php
- Timestamp:
- Apr 9, 2009, 10:01:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aowow/configs/config.php
r171 r172 13 13 $AoWoWconf['realmd']['user'] = $Config['Database']['User']; 14 14 $AoWoWconf['realmd']['pass'] = $Config['Database']['Password']; 15 $AoWoWconf['realmd']['db'] = ' wowpreklad_realmd';15 $AoWoWconf['realmd']['db'] = 'realmd'; 16 16 // Site Configuration 17 17 $AoWoWconf['aowow']['name'] = 'AoWoW'; 18 $AoWoWconf['aowow']['template'] = 'wow head';18 $AoWoWconf['aowow']['template'] = 'wowpreklad_wowhead'; 19 19 $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; 21 21 $AoWoWconf['register'] = false; 22 22 $AoWoWconf['limit'] = 300;
Note:
See TracChangeset
for help on using the changeset viewer.