Skip to content

Commit

Permalink
Quick test fix on password_hash() in install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpox committed Dec 30, 2015
1 parent 355f80c commit b6e245c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/pages/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
define('BASEPATH', 'Install');
define('Install', '');
require_once('../../applications/wrapper.php');

if( version_compare(PHP_VERSION, '5.5.0', '<') ) {
require_once('../../applications/libraries/password.php');
}

require_once('../../applications/functions.php');
?>
<div class="panel-heading">
Expand Down

0 comments on commit b6e245c

Please sign in to comment.