Revision 2011
Added by darkviper almost 11 years ago
index.php | ||
---|---|---|
24 | 24 |
{ |
25 | 25 |
require_once($config_file); |
26 | 26 |
} |
27 |
|
|
28 | 27 |
// Check if the config file has been set-up |
29 | 28 |
if(!defined('TABLE_PREFIX')) |
30 | 29 |
{ |
... | ... | |
66 | 65 |
// Load functions available to templates, modules and code sections |
67 | 66 |
// also, set some aliases for backward compatibility |
68 | 67 |
require(WB_PATH.'/framework/frontend.functions.php'); |
69 |
|
|
68 |
// reload all of the already defined global constants |
|
69 |
WbAdaptor::getInstance()->getWbConstants(); |
|
70 | 70 |
// redirect menu-link |
71 | 71 |
/** |
72 | 72 |
* |
Also available in: Unified diff
! WbDatabase added method fetchObject()
! WbAdaptor little typofixes
! /index.php added one more update of WbAdaptor