X7ROOT File Manager
Current Path:
/var/softaculous/webtrees
var
/
softaculous
/
webtrees
/
📁
..
📄
clone.php
(4.78 KB)
📄
config.ini.php
(226 B)
📄
edit.php
(4.59 KB)
📄
edit.xml
(433 B)
📄
extend.php
(8.78 KB)
📄
fileindex.php
(135 B)
📁
images
📄
import.php
(3.39 KB)
📄
info.xml
(5.96 KB)
📄
install.js
(921 B)
📄
install.php
(4.17 KB)
📄
install.xml
(2.57 KB)
📄
md5
(3.35 KB)
📄
notes.txt
(497 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
update_pass.php
(497 B)
📄
upgrade.php
(12.29 KB)
📄
upgrade.xml
(231 B)
📄
webtrees.sql
(42.58 KB)
📄
webtrees.zip
(31.27 MB)
Editing: update_pass.php
<?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); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder