📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 11:06:00
📂
/ (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