mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part XIV (only one more..)
- added some forgotten account-srings - fixed an error handling ItemFilter /w upgradeItems + markdown appearing in tooltips - relaxed session-regeneration (only regenerates on status changes (signin/-out)), fixes losing the session, when opening multiple tabs at once - striped smarty from profiler (only cleanups remaining) - moved profiler-ajax to AjaxHandler - created a (dummy, for now) ProfileClass to handle Chars and Profiles
This commit is contained in:
@@ -59,7 +59,7 @@ if (!empty($AoWoWconf['auth']['db']))
|
||||
|
||||
foreach ($AoWoWconf['characters'] as $realm => $charDBInfo)
|
||||
if (!empty($charDBInfo))
|
||||
DB::load(DB_CHARACTERS + $realm, $charDBInfo);
|
||||
DB::load(DB_CHARACTERS . $realm, $charDBInfo);
|
||||
|
||||
unset($AoWoWconf); // link set up: delete passwords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user