X7ROOT File Manager
Current Path:
/var/softaculous/goffice6
var
/
softaculous
/
goffice6
/
ðŸ“
..
📄
NOTES.txt
(608 B)
📄
changelog.txt
(1.93 KB)
📄
clone.php
(5.65 KB)
📄
edit.php
(6.54 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(271 B)
ðŸ“
images
📄
import.php
(3.84 KB)
📄
info.xml
(3.85 KB)
📄
install.js
(924 B)
📄
install.php
(9.65 KB)
📄
install.xml
(1.86 KB)
📄
md5
(9.77 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(470 B)
📄
upgrade.php
(3.46 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