Your IP : 216.73.216.155


Current Path : /usr/share/xcache/htdocs/
Upload File :
Current File : //usr/share/xcache/htdocs/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;
}