Changeset 4283 for irpg/trunk/htdocs/config.php
- Timestamp:
- Jan 21, 2011, 8:44:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irpg/trunk/htdocs/config.php
r1453 r4283 16 16 17 17 // character database 18 $irpg_db="/home /nainwak/zZzZ/bot/irpg.db";18 $irpg_db="/home2/zZzZ/bot/irpg.db"; 19 19 20 20 // item database 21 $irpg_itemdb="/home /nainwak/zZzZ/bot/mapitems.db";21 $irpg_itemdb="/home2/zZzZ/bot/mapitems.db"; 22 22 23 23 // time modifiers file 24 $irpg_mod="/home /nainwak/zZzZ/bot/modifiers.txt";24 $irpg_mod="/home2/zZzZ/bot/modifiers.txt"; 25 25 26 26 // active quest info file 27 $irpg_qfile="/home /nainwak/zZzZ/bot/questinfo.txt";27 $irpg_qfile="/home2/zZzZ/bot/questinfo.txt"; 28 28 29 29 // image to use for the top logo
Note:
See TracChangeset
for help on using the changeset viewer.