Revision 250
Added by ryan almost 19 years ago
initialize.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
if (file_exists(WB_PATH.'/framework/class.database.php')) |
|
27 |
{ |
|
26 |
if (file_exists(WB_PATH.'/framework/class.database.php')) {
|
|
27 |
|
|
28 | 28 |
require_once(WB_PATH.'/framework/class.database.php'); |
29 | 29 |
|
30 | 30 |
// Create database class |
... | ... | |
100 | 100 |
|
101 | 101 |
} |
102 | 102 |
|
103 |
?> |
|
103 |
?> |
Also available in: Unified diff
Added Captcha to News module