Revision 1151
Added by aldus about 16 years ago
| branches/wb_devel/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 |
23-Sep-2009 Dietrich Roland Pehlke |
|
| 15 |
# Fixed typos inside index.php. |
|
| 14 | 16 |
22-Sep-2009 Dietrich Roland Pehlke |
| 15 | 17 |
! Changes inside the class.database.php; e.g. Logfile-support, Error-Message-Template. |
| 16 | 18 |
for future testings. |
| branches/wb_devel/wb/index.php | ||
|---|---|---|
| 41 | 41 |
*/ |
| 42 | 42 |
require_once(dirname(__FILE__).'/config.php'); |
| 43 | 43 |
|
| 44 |
if (!defined(WB_PATH)) {
|
|
| 44 |
if (!defined('WB_PATH')) {
|
|
| 45 | 45 |
/** |
| 46 | 46 |
* Ups ... config seems to be corrupt |
| 47 | 47 |
*/ |
Also available in: Unified diff
Fixed typos inside "index.php".