Changeset 11 for administrace/george/restarty.php
- Timestamp:
- Aug 11, 2007, 12:04:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
administrace/george/restarty.php
r5 r11 2 2 3 3 include_once('db.php'); 4 include_once('../../config.php'); 4 5 echo('<strong>Posledních 10 restartù MaNGOSu:</strong><br>'); 5 6 echo('<div style="font-size: small;">'); 6 DB_Init( 'localhost', 'root','gurubashi', 'wow');7 DB_Init($DatabaseHost, $DatabaseUser, $DatabasePassword, 'wow'); 7 8 DB_Select('mangos_restart', '*', '1 ORDER BY time DESC LIMIT 10'); 8 9 while($Row = DB_Row())
Note:
See TracChangeset
for help on using the changeset viewer.