X7ROOT File Manager
Current Path:
/var/softaculous/snipeit
var
/
softaculous
/
snipeit
/
📁
..
📄
.env
(5.67 KB)
📄
.htaccess
(536 B)
📄
clone.php
(9.99 KB)
📄
edit.php
(4.67 KB)
📄
edit.xml
(433 B)
📄
extend.php
(9.98 KB)
📄
fileindex.php
(828 B)
📁
images
📄
import.php
(3.12 KB)
📄
info.xml
(4.8 KB)
📄
install.js
(924 B)
📄
install.php
(4.75 KB)
📄
install.xml
(4.04 KB)
📄
md5
(1.67 KB)
📄
notes.txt
(1.15 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
snipeit.sql
(82.66 KB)
📄
snipeit.zip
(59.01 MB)
📄
update_pass.php
(554 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_BCRYPT, array('cost' => 10)); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder