Ignore:
Timestamp:
Aug 11, 2007, 12:04:22 AM (17 years ago)
Author:
george
Message:

Sjednocení parametrů připojení k databázi do jednoho souboru config.php.
Přepsání všech cest na relativní.
Přidání parametru BaseUrl do souboru config.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • administrace/george/restarty.php

    r5 r11  
    22
    33include_once('db.php');
     4include_once('../../config.php');
    45echo('<strong>Posledních 10 restartù MaNGOSu:</strong><br>');
    56echo('<div style="font-size: small;">');
    6 DB_Init('localhost', 'root','gurubashi', 'wow');
     7DB_Init($DatabaseHost, $DatabaseUser, $DatabasePassword, 'wow');
    78DB_Select('mangos_restart', '*', '1 ORDER BY time DESC LIMIT 10');
    89while($Row = DB_Row())
Note: See TracChangeset for help on using the changeset viewer.