X7ROOT File Manager
Current Path:
/var/softaculous/lychee
var
/
softaculous
/
lychee
/
ðŸ“
..
📄
.env
(7.76 KB)
📄
.htaccess
(313 B)
📄
_clone.php
(2.9 KB)
📄
_edit.php
(4.53 KB)
📄
_edit.xml
(433 B)
📄
_upgrade.php
(3.2 KB)
📄
_upgrade.xml
(582 B)
📄
changelog.txt
(3.74 KB)
📄
extend.php
(9.92 KB)
📄
fileindex.php
(226 B)
ðŸ“
images
📄
import.php
(4.05 KB)
📄
info.xml
(4.59 KB)
📄
install.js
(924 B)
📄
install.php
(5.54 KB)
📄
install.xml
(448 B)
📄
lychee.sql
(73.54 KB)
📄
lychee.zip
(22.23 MB)
📄
md5
(1.72 KB)
📄
notes.txt
(1.58 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(612 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); } //$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>'; ?>
Upload File
Create Folder