📁
File Manager
/opt/alt/php56/usr/share/xcache_3
7.4.33 · Linux
/
/
opt
/
alt
/
php56
/
usr
/
share
/
xcache_3
/opt/alt/php56/usr/share/xcache_3/index.php
← Back to folder
<?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; }
Cancel
✓ Save