X7ROOT File Manager
Current Path:
/var/softaculous/goffice6
var
/
softaculous
/
goffice6
/
📁
..
📄
NOTES.txt
(608 B)
📄
changelog.txt
(1.93 KB)
📄
clone.php
(5.66 KB)
📄
edit.php
(6.5 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(271 B)
📁
images
📄
import.php
(3.85 KB)
📄
info.xml
(3.85 KB)
📄
install.js
(924 B)
📄
install.php
(9.68 KB)
📄
install.xml
(1.86 KB)
📄
md5
(8.39 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📄
update_pass.php
(470 B)
📄
upgrade.php
(3.49 KB)
📄
upgrade.xml
(346 B)
Editing: update_pass.php
<?php if(function_exists('password_hash')){ $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; }else{ $salt = uniqid(); if(function_exists("mcrypt_create_iv")) { $salt = base64_encode(mcrypt_create_iv(24, MCRYPT_DEV_URANDOM)); } if (CRYPT_SHA256 == 1) { $salt = '$5$'.$salt; } $resp = crypt('[[admin_pass]]', $salt); echo '<update_pass>'.$resp.'</update_pass>'; } @unlink('update_pass.php'); ?>
Upload File
Create Folder