Changeset 681 for trunk/pages/commands.php
- Timestamp:
- Jan 23, 2010, 1:32:45 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 mm 2 Thumbs.db 1 gallery 2 armory 3 tester 4 test 5 minimanager 6 mmfpm
-
- Property svn:ignore
-
trunk/pages/commands.php
r630 r681 5 5 6 6 $Realm = new Realm($System, $_COOKIE['RealmIndex']); 7 $db = $Realm->Database; 8 $db->select_db($Config['Mangos']['RealmList'][$Realm->Id]['DatabaseMangos']); 7 $db = $Realm->MangosDatabase; 9 8 10 9 $Output .= '<ul>';
Note:
See TracChangeset
for help on using the changeset viewer.