Revision 64
Added by stefan about 19 years ago
index.php | ||
---|---|---|
26 | 26 |
$starttime=microtime(); |
27 | 27 |
|
28 | 28 |
// Include config file |
29 |
require_once('config.php');
|
|
29 |
require_once(dirname(__FILE__).'/config.php');
|
|
30 | 30 |
|
31 | 31 |
// Check if the config file has been set-up |
32 | 32 |
if(!defined('WB_PATH')) { |
Also available in: Unified diff
Fixed a php peculiarity bug ;-)