Просмотр файла rekl_q6p/config.php

Размер файла: 954B
<?php
$header='<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
        "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>add url</title>
<style type="text/css">
body {background-color: #EBEBEB}
input {background-color: #ccc; color: #990000}
a {color: #000}
.a {background-color: #336600; color: #000; border: 1px solid #91DB12; text-align: center;}
</style>
</head>
 <body>';
$admin="123"; //пароль входа
$home='http://q6p.info'; //ссылка на главную
$hname='q6p.info - загрузки'; // название ссылки

$footer='<div class="a"><a href="'.$home.'">'.$hname.'</a></div></body></html>';

Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
?>