Просмотр файла partner/inf.php

Размер файла: 352B
<?
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
extract($HTTP_SERVER_VARS);
session_name("SESID");
session_start();
include "./config.php";
include "./themes/$themes.php";
include"./pages/$inf.txt";
include"./templates/foot.php";
?>