diff options
author | Markus Warg <mw@it-sls.de> | 2010-03-11 15:19:46 +0100 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-03-11 15:19:46 +0100 |
commit | df92c83b625715f223070d5d9c9e3f5b814560ec (patch) | |
tree | c770a711fe449be50530c380df13febe19ec63e0 /cacert/pages/account/40.php | |
parent | e3263b2e2c20aef2f955b9b665a162cad606fa9d (diff) | |
download | cacert-devel-df92c83b625715f223070d5d9c9e3f5b814560ec.tar.gz cacert-devel-df92c83b625715f223070d5d9c9e3f5b814560ec.tar.xz cacert-devel-df92c83b625715f223070d5d9c9e3f5b814560ec.zip |
source code taken from cacert-20100204.tar.bz2
Diffstat (limited to 'cacert/pages/account/40.php')
-rwxr-xr-x | cacert/pages/account/40.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacert/pages/account/40.php b/cacert/pages/account/40.php index 0142682..1b76f9c 100755 --- a/cacert/pages/account/40.php +++ b/cacert/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")))); ?> <H3><?=_("Contact Us")?></H3> |