Revision 18
Added by stefan about 20 years ago
| initialize.php | ||
|---|---|---|
| 26 | 26 |
/* |
| 27 | 27 |
Initializations common to frontend and backend |
| 28 | 28 |
*/ |
| 29 |
if(!defined('WB_URL')) {
|
|
| 30 |
header('Location: ../index.php');
|
|
| 31 |
} |
|
| 29 | 32 |
|
| 30 | 33 |
// Setup database object |
| 31 | 34 |
require_once(WB_PATH.'/framework/class.database.php'); |
Also available in: Unified diff
Added direct access redirection in framework files.