X7ROOT File Manager
Current Path:
/var/softaculous/moodle43
var
/
softaculous
/
moodle43
/
ðŸ“
..
📄
NOTES.txt
(2.22 KB)
📄
add_admin.php
(733 B)
📄
check_utf8.php
(6.99 KB)
📄
clone.php
(5.5 KB)
📄
config.php
(745 B)
📄
data.zip
(7.76 KB)
📄
edit.php
(4.64 KB)
📄
edit.xml
(433 B)
📄
extend.php
(12.47 KB)
📄
fileindex.php
(971 B)
📄
get_plugin_list.php
(840 B)
ðŸ“
images
📄
import.php
(7.51 KB)
📄
info.xml
(3.56 KB)
📄
install.js
(924 B)
📄
install.php
(11.24 KB)
📄
install.xml
(3.33 KB)
ðŸ“
languages
📄
md5
(6.3 KB)
📄
moodle43.sql
(1.18 MB)
📄
moodle43.zip
(84.56 MB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
privatekey.php
(975 B)
📄
update_pass.php
(541 B)
📄
upgrade.php
(9.42 KB)
📄
upgrade.xml
(307 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