X7ROOT File Manager
Current Path:
/var/softaculous/contao
var
/
softaculous
/
contao
/
ðŸ“
..
📄
.env.local
(110 B)
📄
contao.sql
(66.15 KB)
📄
contao.zip
(90.19 MB)
📄
extend.php
(10.15 KB)
📄
fileindex.php
(111 B)
ðŸ“
images
📄
import.php
(4.57 KB)
📄
info.xml
(4.44 KB)
📄
install.js
(921 B)
📄
install.php
(11.84 KB)
📄
install.xml
(1.11 KB)
📄
jwt_secret
(10 B)
📄
manager.json
(119 B)
📄
md5
(1.05 KB)
📄
notes.txt
(1.12 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
restore.php
(6.13 KB)
📄
update_pass.php
(744 B)
📄
users.json
(323 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, array("cost" => 13)); $resp1 = str_replace("\$", "\\\$", $resp); $contao_manager_pass = password_hash('[[contao_manager_pass]]', PASSWORD_DEFAULT, array("cost" => 13)); echo '<update_pass>'.$resp1.'</update_pass>'; echo '<contao_manager_pass>'.$contao_manager_pass.'</contao_manager_pass>'; ?>
Upload File
Create Folder