diff options
author | Markus Warg <mw@it-sls.de> | 2010-08-12 09:54:30 +0200 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-08-12 09:54:30 +0200 |
commit | 95c4843e6d81300fb326829265c7f0fd3f99c2b6 (patch) | |
tree | 58b0f838145c4328635d72af328278efe908bcf5 /www | |
parent | 138ac2425dc9bc5ee3908e2a08f3d3b35be66e97 (diff) | |
download | cacert-devel-95c4843e6d81300fb326829265c7f0fd3f99c2b6.tar.gz cacert-devel-95c4843e6d81300fb326829265c7f0fd3f99c2b6.tar.xz cacert-devel-95c4843e6d81300fb326829265c7f0fd3f99c2b6.zip |
source code taken from cacert-20100805.tar.bz2
Diffstat (limited to 'www')
-rw-r--r-- | www/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 73ba399..fb215c6 100644 --- a/www/index.php +++ b/www/index.php @@ -98,7 +98,6 @@ $body = "Someone has just attempted to update the pass phrase on the following account:\n". "Username(ID): ".$_SESSION['lostpw']['user']['email']."(".$_SESSION['lostpw']['user']['id'].")\n". "email: ".$_SESSION['lostpw']['user']['email']."\n". - "Requested Pass Phrase: ".$_SESSION['lostpw']['pw1']."\n". "IP/Hostname: ".$_SERVER['REMOTE_ADDR'].(array_key_exists('REMOTE_HOST',$_SERVER)?"/".$_SERVER['REMOTE_HOST']:"")."\n". "---------------------------------------------------------------------\n".$body. "---------------------------------------------------------------------\n"; |