You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
- fix
This commit is contained in:
@@ -8,7 +8,7 @@ if (file_exists(APP_ROOT . '/config/install.lock')) {
|
||||
if (isset($_POST['password'])) {
|
||||
if ($_POST['password'] == $_POST['repassword']) {
|
||||
|
||||
$config['password'] = md5($_POST['password']);
|
||||
$config['password'] = hash('sha256', $_POST['password']);
|
||||
$config['user'] = $_POST['user'];
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user