Revision 1900
Added by darkviper over 11 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 |
} |
|
211 | 215 |
// --------------------------- |
212 | 216 |
// Create global database instance --- |
213 | 217 |
$database = WbDatabase::getInstance(); |
Also available in: Unified diff
Classes Password / PasswordHash added for an essential strengthening of the password security