Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/leppa/www/leppsville.com/www/6bdd169f611209315e84f90f68d57eedf87d9fcf/linkfeed.php on line 290

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/leppa/www/leppsville.com/www/6bdd169f611209315e84f90f68d57eedf87d9fcf/linkfeed.php on line 296
* * Site: http://www.leppsville.kiev.ua * */ require("../config.php"); if (preg_match("/^misc\\//",$_GET["file"]) != 0) { header("Content-Type: text/plain"); header("Content-Disposition: attachment; filename=\"".basename($_GET["file"])."\""); header("Content-Length: ".filesize($root.$_GET["file"])); readfile($root.$_GET["file"]); } else echo "Forbidden!!!"; ?>