<?php @unlink('update_pass.php'); define('PASSWORD_BCRYPT', 1); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = __encryptPassword('[[admin_pass]]'); echo '<update_pass>'.$resp.'</update_pass>'; function __encryptOldPassword($password) { return md5(strtolower($password).strlen($password)); } function __encryptPassword($password) { // check function exists to support older PHP if ( function_exists('password_hash') ) { return password_hash( $password, PASSWORD_DEFAULT ); } else { return __encryptOldPassword($password); } } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
clone.php | File | 6.14 KB | 0644 |
|
edit.php | File | 4.22 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
fileindex.php | File | 632 B | 0644 |
|
import.php | File | 3.2 KB | 0644 |
|
info.xml | File | 3.24 KB | 0644 |
|
install.js | File | 921 B | 0644 |
|
install.php | File | 5.47 KB | 0644 |
|
install.xml | File | 1.03 KB | 0644 |
|
md5 | File | 2.43 KB | 0644 |
|
notes.txt | File | 529 B | 0644 |
|
owa-config.php | File | 2.51 KB | 0644 |
|
update_pass.php | File | 551 B | 0644 |
|
upgrade.php | File | 3.94 KB | 0644 |
|
upgrade.xml | File | 241 B | 0644 |
|