You are here

constant BAD_REQUEST in Secure Site 6.2

Same name and namespace in other branches
  1. 8 digest_md5/digest_md5.php \BAD_REQUEST
  2. 7.2 digest_md5/digest_md5.php \BAD_REQUEST

Exit status codes.

1 use of BAD_REQUEST
_digest_md5_response in digest_md5/digest_md5.php
Process an authentication string.

File

digest_md5/digest_md5.php, line 50
This script implements the DIGEST-MD5 mechanism for all protocols. Only the root user should have access to this script and the database used to store passwords and nonce values.

Code

define('BAD_REQUEST', 1);