diff options
Diffstat (limited to 'cacert/pages/index/11.php')
-rw-r--r-- | cacert/pages/index/11.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacert/pages/index/11.php b/cacert/pages/index/11.php index 0142682..1b76f9c 100644 --- a/cacert/pages/index/11.php +++ b/cacert/pages/index/11.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> |