Skip to content

Commit

Permalink
upgraded phpass-0.1 to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedyr committed Sep 13, 2012
1 parent 5498cc4 commit 7cb19a7
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
Original file line number Diff line number Diff line change
@@ -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 7cb19a7

Please sign in to comment.