View file kat_by_ineext/rules.php

File size: 201B
<?
/*
Powered by eCats
By: iNeeXT
*/
require_once 'display/head.php';
echo '<div class="raz">';
echo file_get_contents('display/rules.txt');
echo '</div>';
require_once 'display/foot.php';
?>