Revision 1901
Added by darkviper over 12 years ago
| initialize.php | ||
|---|---|---|
| 208 | 208 |
if(!function_exists('globalExceptionHandler')) {
|
| 209 | 209 |
include(dirname(__FILE__).'/globalExceptionHandler.php'); |
| 210 | 210 |
} |
| 211 |
// activate secure PasswordHashes |
|
| 212 |
if(!class_exists('PasswordHash')) {
|
|
| 213 |
include(dirname(dirname(__FILE__)).'/include/phpass/PasswordHash.php'); |
|
| 214 |
} |
|
| 215 | 211 |
// --------------------------- |
| 216 | 212 |
// Create global database instance --- |
| 217 | 213 |
$database = WbDatabase::getInstance(); |
Also available in: Unified diff
little corrections in class Password