X7ROOT File Manager
Current Path:
/var/softaculous/firefly
var
/
softaculous
/
firefly
/
??
..
??
.env
(12.35 KB)
??
.htaccess
(371 B)
??
changelog.txt
(4.48 KB)
??
clone.php
(7.86 KB)
??
edit.php
(4.46 KB)
??
edit.xml
(447 B)
??
extend.php
(9.96 KB)
??
fileindex.php
(323 B)
??
firefly.sql
(98.64 KB)
??
firefly.zip
(27 MB)
??
images
??
import.php
(2.98 KB)
??
info.xml
(4.11 KB)
??
install.js
(924 B)
??
install.php
(5.98 KB)
??
install.xml
(1.5 KB)
??
md5
(2.36 KB)
??
notes.txt
(1.6 KB)
??
oauth-private.key
(16 B)
??
oauth-public.key
(15 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
update_keys.php
(2.1 KB)
??
update_pass.php
(516 B)
??
upgrade.php
(6.7 KB)
??
upgrade.xml
(619 B)
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_BCRYPT, array('cost' => 10)); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder