View file football/foot.php

File size: 874B
<?php
#-----------------------------------------------------#
#          ********* Wap-Motor *********              #
##  Design by Blackened # http://thrashzone.ru       ##
#                 ICQ   :  291229946                  #
#-----------------------------------------------------#
echo '</div><div class="c" id="down">';
require_once BASEDIR."template/session.php";
echo'<br><a href="'.$config_home.'/?'.SID.'">'.$config_copy.'</a><br>';
require_once BASEDIR."template/counters.php";
if($config_generics=="1"){require_once BASEDIR."template/generic.php";}
require_once BASEDIR."template/gzip_foot.php";
echo'<!--'.$motor_version.' version-->';
echo'</div>';
echo'</td></tr></table>';
echo'</center></body></html>';
ob_end_flush();
echo'<a href="http://thrashzone.ru"><font color=#115e17><small>Blackened Design</font></small></a></div>';
exit;

?>