X7ROOT File Manager
Current Path:
/var/softaculous/shopsite
var
/
softaculous
/
shopsite
/
??
..
??
.htaccess
(82 B)
??
arch.php
(251 B)
??
fileindex.php
(15 B)
??
images
??
import.php
(3.23 KB)
??
info.xml
(3.05 KB)
??
install.js
(942 B)
??
install.php
(10.86 KB)
??
install.xml
(638 B)
??
md5
(8.5 KB)
??
notes.txt
(356 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
wwwindex.php
(86 B)
Editing: arch.php
<?php // What is the architecture ? function __arch(){ $arch = trim(shell_exec('uname -m')); $arch = (preg_match('/64/is', $arch) ? 'x86_64' : 'x86'); return $arch; } $arch = __arch(); echo '<arch>'.$arch.'</arch>'; @unlink('arch.php'); ?>
Upload File
Create Folder