- Timestamp:
- Sep 30, 2007, 7:33:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
db/index.php
r96 r97 4 4 if( !empty($session_id) ){ $session = $session_id; }; 5 5 6 echo "test"; 6 7 /* =========== Config aj. =========== */ 7 require_once './config.php';8 require_once "./config.php"; 8 9 require_once "./menu.php"; 9 10 … … 33 34 function CheckQuestRace(){ 34 35 36 return true; 35 37 }; 36 38
Note:
See TracChangeset
for help on using the changeset viewer.