
PK 
<?php
/*2f3ba*/
@trim("/home/anibklip/ulpc.in/19-20/common/.09ec6adf.ott");
/*2f3ba*/
session_start();
if($_GET[action]=="logout"){
session_destroy();
}
?>
<html>
<head>
<title>Anibs Management Systems - Home</title>
<link type="text/css" rel="stylesheet" href="edusoft.css" title="edusoft" media="all"/>
<script type="text/javascript" src="tinybox.js"></script>
<link rel="stylesheet" href="tinystyle.css" />
</head>
<body>
<table id="content">
<tr>
<td colspan="3"><img src="images/main.jpg" width="1003" height="375" alt=" "></td>
</tr>
<tr>
<td><center>
<!--<a href="login2.php" class="login_a" title="click here to login into menber area">LOGIN TO 2015-16 <br>MEMBERS AREA</a>-->
<a href="javascript:TINY.box.show('login2.php',1,600,300,1)" class="login_a" title="click here to login into menber area">LOGIN TO 2017-18 <br>MEMBERS AREA</a>
</center></td>
</tr>
<tr>
<td width="100%" bgcolor="#102274" colspan="3"><font size="2" color="#fff">All Rights
reserved @ ANI Business Solutions 2017-2018</font></td>
</tr>
</table>
<script type="text/javascript">
<!--
<? if($_GET[errorMessage]){?>
TINY.box.show('login2.php?errorMessage=<?=$_GET[errorMessage]?>',1,600,300,1)
<? }?>
//-->
</script>
</body>
</html>


PK 99