Changeset 557
- Timestamp:
- Mar 29, 2009, 9:05:43 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/server.php
r556 r557 77 77 78 78 include('inc/db.php'); 79 $this->db->select_db($Config['Mangos']['Database Realmd']);79 $this->db->select_db($Config['Mangos']['DatabaseMangos']); 80 80 $row = $this->db->query('SELECT `starttime`, `uptime` FROM `uptime` ORDER BY `starttime` DESC LIMIT 1') 81 81 ->fetch_array(); -
trunk/styles/style.css
r556 r557 2 2 { 3 3 height: 100%; 4 background-image: url(../imgs/web/bg.jpg);5 background-repeat: repeat-x;6 4 background-color: black; 7 5 margin-top: -10px;
Note:
See TracChangeset
for help on using the changeset viewer.