5 lines
406 B
Cheetah
5 lines
406 B
Cheetah
<? IF !ModName && PageName == "index" ?>
|
|
<h1 class="text-center"><i class="fa fa-comments-o fa-3x"></i></h1>
|
|
<h3 class="text-muted text-center">An Advanced IRC Bouncer</h3>
|
|
<h5 class="text-muted text-center"><span class="user_name"><? VAR SessionUser DEFAULT="Anonymous" ?></span> via <a href="https://www.projecthoneypot.org/ip_<? VAR SessionIP ?>" target="_blank"><? VAR SessionIP ?></a></h5>
|
|
<? ENDIF ?> |