X7ROOT File Manager
Current Path:
/var/softaculous/drupal10
var
/
softaculous
/
drupal10
/
📁
..
📄
.htaccess
(685 B)
📄
NOTES.txt
(2.03 KB)
📄
README.txt
(278 B)
📄
_htaccess
(486 B)
📄
clone.php
(14.33 KB)
📄
drupal10.sql
(2.09 MB)
📄
drupal10.zip
(32.02 MB)
📄
edit.php
(5.04 KB)
📄
edit.xml
(433 B)
📄
extend.php
(14.89 KB)
📄
fileindex.php
(271 B)
📁
images
📄
import.php
(5.67 KB)
📄
info.xml
(3.92 KB)
📄
install.js
(1.32 KB)
📄
install.php
(9.38 KB)
📄
install.xml
(1.1 KB)
📄
md5
(1.45 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
settings.php
(36.13 KB)
📄
update_pass.php
(541 B)
📄
upgrade.php
(4.46 KB)
📄
upgrade.xml
(309 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_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>
Upload File
Create Folder