Changeset 11 for administrace/george/gm_news.php
- Timestamp:
- Aug 11, 2007, 12:04:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
administrace/george/gm_news.php
r5 r11 1 1 <? 2 2 include_once('db.php'); 3 DB_Init('localhost', 'root','gurubashi', 'wow'); 3 include('../../config.php'); 4 DB_Init($DatabaseHost, $DatabaseUser, $DatabasePassword, 'wow'); 4 5 //DB_Query('SET CHARACTER SET cp1250'); 5 6
Note:
See TracChangeset
for help on using the changeset viewer.