diff options
author | Michael Tänzer <neo@nhng.de> | 2011-07-16 15:10:12 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-07-16 15:10:12 +0200 |
commit | 1a2176853f702066376d61bebab664c8181792dc (patch) | |
tree | 673cf0efd6cf486ab1de86761857dae0995175b9 | |
parent | 9516e1d117d1dcf88db7ead53f950c66850c6fcb (diff) | |
download | cacert-devel-1a2176853f702066376d61bebab664c8181792dc.tar.gz cacert-devel-1a2176853f702066376d61bebab664c8181792dc.tar.xz cacert-devel-1a2176853f702066376d61bebab664c8181792dc.zip |
Source code taken from cacert-20110626.tar.bz2
-rw-r--r-- | scripts/mail-weak-keys.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mail-weak-keys.php b/scripts/mail-weak-keys.php index 018bd64..95c0e4f 100644 --- a/scripts/mail-weak-keys.php +++ b/scripts/mail-weak-keys.php @@ -137,7 +137,7 @@ CAcert Suport Team $num_client = 0; $num_orgdomain = 0; $num_orgclient = 0; - $action_date = '2011-04-??'; + $action_date = '2011-07-15'; $in = fopen("php://stdin", "r"); while($in_string = rtrim(fgets($in, 255))) { list($cert_type, $cert_email, $owner_name, $cert_expire, $cert_CN, $reason, $cert_serial) = explode("\t", $in_string); |