Файл: hostbiter.ru/Modules/explode/view/load.php
Строк: 10
<?
require ($_SERVER['DOCUMENT_ROOT'].'/Core/core.php');
require ($_SERVER['DOCUMENT_ROOT'].'/Core/fmhead.php');
if(!empty($_GET['dir']) AND $_GET['dir'] != encode('www')){
$dir = htmlspecialchars(trim($_GET['dir']));
}else{
$dir = encode('www');
}
header("Location: http://".$config['PanelUrl']."/ispmgr?authinfo=".$user['login'].":".decode($user['password'])."&func=file.download&elid=".decode($dir)."");
exit;
require ($_SERVER['DOCUMENT_ROOT'].'/Core/fmfoot.php');
?>