📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 18:07:04
📂
/ (Root)
/
var
/
softaculous
/
shopsite
📍 /var/softaculous/shopsite
🔄 Refresh
✏️
Editing: arch.php
Read Only
<?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'); ?>
💾 Save Changes
❌ Cancel