📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 05:05:14
📂
/ (Root)
/
opt
/
alt
/
php52
/
usr
/
share
/
xcache_3
📍 /opt/alt/php52/usr/share/xcache_3
🔄 Refresh
✏️
Editing: index.php
Read Only
<?php chdir("common"); require_once "common.php"; if (!$modules) { die("no sub modules' php pages installed"); } foreach ($modules as $k => $v) { header("Location: $k/"); break; }
💾 Save Changes
❌ Cancel