Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
php53
/
usr
/
share
/
xcache_3
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/php53/usr/share/xcache_3/index.php
<?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; }