$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>word, &$err = '') { $len = strlen($password); if(0 == $len) { $err = lang('password_is_empty'); return FALSE; } elseif(32 != $len) { $err = lang('password_length_incorrect'); return FALSE; } elseif($password == 'd41d8cd98f00b204e9800998ecf8427e') { $err = lang('password_is_empty'); return FALSE; } return TRUE; } ?>DoYourData