Skip to content

Commit

Permalink
Merge pull request #15 from Kedyr/master
Browse files Browse the repository at this point in the history
Upgraded phpass-0.1 to 0.3
  • Loading branch information
ericbae committed Sep 14, 2012
2 parents 5498cc4 + 7cb19a7 commit 554bebc
Show file tree
Hide file tree
Showing 5 changed files with 453 additions and 448 deletions.
2 changes: 1 addition & 1 deletion application/libraries/Tank_auth.php
@@ -1,6 +1,6 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

require_once('phpass-0.1/PasswordHash.php');
require_once('phpass-0.3/PasswordHash.php');

define('STATUS_ACTIVATED', '1');
define('STATUS_NOT_ACTIVATED', '0');
Expand Down

0 comments on commit 554bebc

Please sign in to comment.