Changeset 557


Ignore:
Timestamp:
Mar 29, 2009, 9:05:43 PM (15 years ago)
Author:
barny
Message:

Smazání bg.jpg ponechané černé pozadí. úprava uptime scriptu v inc/server.php

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/server.php

    r556 r557  
    7777
    7878    include('inc/db.php');
    79     $this->db->select_db($Config['Mangos']['DatabaseRealmd']);
     79    $this->db->select_db($Config['Mangos']['DatabaseMangos']);
    8080    $row = $this->db->query('SELECT `starttime`, `uptime` FROM `uptime` ORDER BY `starttime` DESC LIMIT 1')
    8181  ->fetch_array();
  • trunk/styles/style.css

    r556 r557  
    22{
    33  height: 100%;
    4   background-image: url(../imgs/web/bg.jpg);
    5   background-repeat: repeat-x;
    64  background-color: black;
    75  margin-top: -10px;
Note: See TracChangeset for help on using the changeset viewer.