芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/doc/Auth_HTTP/docs/test_digest_simple.php
DSN, 'authType'=>'digest'); $auth = new Auth_HTTP("DB", $options); $auth->setRealm('dummy', 'sample'); $auth->start(); ?>
HTTP digest authentication test for simple case
authType."
"; print "username: ".$auth->username."
"; print "password: ".$auth->password."
"; print "auth: ".print_r($auth->auth)."
"; if($auth->getAuth()) { print "authentication is succeeded.
"; } ?>