diff --git a/pages/account/40.php b/pages/account/40.php index 0142682..1b76f9c 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ - $_SESSION['_config']['secrethash'] = md5(date("YmdHis").rand(0, intval(date("u")))); +if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['secrethash'] = md5(date("YmdHis").rand(0, intval(date("u")))); ?>