diff options
author | Michael Tänzer <neo@nhng.de> | 2011-10-20 17:34:07 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-10-20 17:34:07 +0200 |
commit | 99d0ec582fb1f76479424c0300005284c58e67b0 (patch) | |
tree | 17823d7201755f608239415c8df3c701bb4ad0e1 /www | |
parent | 9fbc1a84044a2e7e04de6422d5ef1b6887b401a3 (diff) | |
download | cacert-devel-99d0ec582fb1f76479424c0300005284c58e67b0.tar.gz cacert-devel-99d0ec582fb1f76479424c0300005284c58e67b0.tar.xz cacert-devel-99d0ec582fb1f76479424c0300005284c58e67b0.zip |
bug 978: Move things around (common functions moved to a lib file)
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'www')
-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']); |