getMessage(); } $showmyForm = false; } ////////// function get_key() { global $oldconfigContent; $pos = strpos($oldconfigContent, "define('NONCE_KEY',"); if ($pos === false) die(Error_config . 'Fail to find key constant. Aborted.'); $key = trim(substr($oldconfigContent, $pos + 20, 25)); $key = substr($key, 1, 10); return $key; } ?>