X7ROOT File Manager
Current Path:
/var/softaculous/lime
var
/
softaculous
/
lime
/
📁
..
📄
changelog.txt
(9.34 KB)
📄
clone.php
(4.76 KB)
📄
config.php
(3.23 KB)
📄
edit.php
(4.46 KB)
📄
edit.xml
(433 B)
📄
extend.php
(9.95 KB)
📄
fileindex.php
(187 B)
📁
images
📄
import.php
(5.69 KB)
📄
info.xml
(5.45 KB)
📄
install.js
(921 B)
📄
install.php
(5.06 KB)
📄
install.xml
(3.56 KB)
📄
lime.sql
(91.97 KB)
📄
lime.zip
(106.81 MB)
📄
md5
(1.26 KB)
📄
notes.txt
(1.67 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
security.php
(847 B)
📄
sha256.php
(19.18 KB)
📄
update_pass.php
(534 B)
📄
upgrade.php
(5.1 KB)
📄
upgrade.xml
(371 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); } if(!defined('PASSWORD_DEFAULT')){ define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder