Revision 1614
Added by Luisehahne almost 14 years ago
- fixed tabindex in installer (Tks to Easyuser)
- fixed installer call in /admin/index.php
| index.php | ||
|---|---|---|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 | 26 |
// Include config file |
| 27 |
if(!defined('WB_URL')) {
|
|
| 27 |
if(!defined('WB_URL') && file_exists(realpath('../config.php'))) {
|
|
| 28 | 28 |
require('../config.php');
|
| 29 | 29 |
} |
| 30 | 30 |
|
Also available in: Unified diff