Размер файла: 902B
<?
/////////////////////////////////////////////
// //
// // // //////// //////// \\ // //
// //// // // // // \\// //
// //////// // // ////// //\\ //
// // //// // // // // \\ //
// // // //////// // // \\ //
// //
// mail: [email protected] //
// http://sevfon.com //
/////////////////////////////////////////////
include "counter.php";
include "config.php";
include "unicode.lib.php";
include 'header.php';
print utf_encode("
<a href=\"index.php?papka=auto\">ABTO</a><br>
<a href=\"index.php?papka=zoo\">ЗВЕРЯТКИ</a><br>
$counter
</p>
</BODY>
</HTML>
");
?>