Revision 1465
Added by Luisehahne over 14 years ago
| initialize.php | ||
|---|---|---|
| 50 | 50 |
define('OCTAL_FILE_MODE',(int) octdec($string_file_mode));
|
| 51 | 51 |
$string_dir_mode = STRING_DIR_MODE; |
| 52 | 52 |
define('OCTAL_DIR_MODE',(int) octdec($string_dir_mode));
|
| 53 |
$sSecMod = (defined('SECURE_FORM_MODULE')) ? '.'.SECURE_FORM_MODULE : '';
|
|
| 53 |
$sSecMod = (defined('SECURE_FORM_MODULE') && SECURE_FORM_MODULE != '') ? '.'.SECURE_FORM_MODULE : '';
|
|
| 54 | 54 |
$sSecMod = WB_PATH.'/framework/SecureForm'.$sSecMod.'.php'; |
| 55 | 55 |
require_once($sSecMod); |
| 56 | 56 |
if (!defined("WB_INSTALL_PROCESS")) {
|
Also available in: Unified diff
bugfix in initialize including SecureForm
update admintools FTAN handling