Ignore:
Timestamp:
Jan 23, 2010, 1:32:45 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Nastavení počítačů, přihlašovacích serverů a světů přesunuto do databáze z konfiguračního souboru.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 mm
        2 Thumbs.db
         1gallery
         2armory
         3tester
         4test
         5minimanager
         6mmfpm
  • trunk/pages/tophraci.php

    r630 r681  
    2222
    2323$Realm = new Realm($System, $_COOKIE['RealmIndex']);
    24 $db = $Realm->Database;
    25 $db->select_db($Config['Mangos']['RealmList'][$Realm->Id]['DatabaseCharacters']);
     24$db = $Realm->CharactersDatabase;
    2625
    2726$sql = 'SELECT name, totaltime, online FROM characters ORDER BY totaltime DESC LIMIT '.$top;
Note: See TracChangeset for help on using the changeset viewer.