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 /www/api/ccsr.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 'www/api/ccsr.php')
-rw-r--r-- | www/api/ccsr.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/api/ccsr.php b/www/api/ccsr.php index a4ec71e..7efdf8d 100644 --- a/www/api/ccsr.php +++ b/www/api/ccsr.php @@ -15,6 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +require_once '../../includes/lib/check_weak_key.php'; + $username = mysql_real_escape_string($_REQUEST['username']); $password = mysql_real_escape_string($_REQUEST['password']); |