diff options
author | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:21:00 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:21:00 +0100 |
commit | e74bad9bcc62cbc3aea8bfc4aba8f656d7a80bcb (patch) | |
tree | 9e8480c6770f57071dcfe3eea04fc8795cd89b01 /includes/account.php | |
parent | 8c1b4680b35b6d07b9c9459df9cbcd439be4b7ea (diff) | |
parent | 82c2ea4c8a8338ced01e22989dffc1fffb13e3f9 (diff) | |
download | cacert-devel-e74bad9bcc62cbc3aea8bfc4aba8f656d7a80bcb.tar.gz cacert-devel-e74bad9bcc62cbc3aea8bfc4aba8f656d7a80bcb.tar.xz cacert-devel-e74bad9bcc62cbc3aea8bfc4aba8f656d7a80bcb.zip |
Merge branch 'bug-978' into release
Signed-off-by: Benny Baumann <BenBE@geshi.org>
Diffstat (limited to 'includes/account.php')
-rw-r--r-- | includes/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/account.php b/includes/account.php index f84eb63..f14b593 100644 --- a/includes/account.php +++ b/includes/account.php @@ -17,6 +17,7 @@ */ require_once("../includes/loggedin.php"); require_once("../includes/lib/l10n.php"); + require_once('lib/check_weak_key.php'); loadem("account"); |