Просмотр файла temp/cap.php

Размер файла: 730B
<?php
// coding by Felis

if(defined('MAIN')) header('Refresh: '.($op == true ? $usr['auto_refresh'] : $conf['auto_refresh']).'; URL='.CFILE);
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>'.$conf['sitename'].'</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="icon" href="http://'.$conf['addr'].'/images/home.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="http://'.ADDRESS.'/temp/main.css" />
</head>
<body>
<!-- Coding by Felis aka NetHz -->';

?>