<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } //$user = password_hash('[[admin_username]]', PASSWORD_DEFAULT); $pass = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); //echo '<update_user>'.$user.'</update_user>'; echo '<update_pass>'.$pass.'</update_pass>'; ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
.env | File | 5.96 KB | 0644 |
|
.htaccess | File | 313 B | 0644 |
|
_clone.php | File | 2.9 KB | 0644 |
|
_edit.php | File | 4.53 KB | 0644 |
|
_edit.xml | File | 433 B | 0644 |
|
_upgrade.php | File | 3.2 KB | 0644 |
|
_upgrade.xml | File | 582 B | 0644 |
|
changelog.txt | File | 2.5 KB | 0644 |
|
extend.php | File | 9.92 KB | 0644 |
|
fileindex.php | File | 226 B | 0644 |
|
import.php | File | 3.89 KB | 0644 |
|
info.xml | File | 4.12 KB | 0644 |
|
install.js | File | 924 B | 0644 |
|
install.php | File | 5.52 KB | 0644 |
|
install.xml | File | 448 B | 0644 |
|
md5 | File | 2.02 KB | 0644 |
|
notes.txt | File | 1.5 KB | 0644 |
|
update_pass.php | File | 612 B | 0644 |
|