Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 16, 2009
1 parent 459126e commit 6190d50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/digestauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
$auth = new Sabre_HTTP_DigestAuth();
$auth->init();

$result = $auth->getUserPass();

if ($auth->getUsername() != $u || !$auth->validatePassword($p)) {

$auth->requireLogin();
Expand Down

0 comments on commit 6190d50

Please sign in to comment.