Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/prashantkr/EC-pdf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/prashantkr/EC-pdf/index.php
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>LMS @ IIIT-Allahabad</title>
  <meta name="description" content="Employee Leave Application Portal">
  <meta name="keywords" content="keyword1, keyword2, keyword3">
  <link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main">
<div class="page">
<div class="header">
<p align="center">&nbsp; </p>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<img src='images/logo.gif' height='75' width='78' />
</div>
<div class="topmenu">
<ul>
  <li style="background: transparent none repeat scroll 0% 50%; 
	     -moz-background-clip: initial; 
	     -moz-background-origin: initial; 
	     -moz-background-inline-policy: initial; 
	     padding-left: 0px;"><a href="?pg=home">Home</a></li>
  <li><a href="?pg=lms">Apply for Leave</a></li>
  <li><a href="?pg=leavelist">Leave Register</a></li>
  <li><a href="?pg=linkedlist">Leave Rules</a></li>
  <li><a href="?pg=administration">Administration</a></li>
</ul>
</div>
<div class="content">
<div class="left-panel">
<div class="left-panel-in">
<?php
	$pg = $_REQUEST["pg"];
	if (!$pg) $pg='home';
	include "$pg.php";
?>
</div>
</div>
</div>
<div class="footer">
<p>&copy;  IIIT-A </p>
<ul>
  <li style="border-left: medium none;"><a href="http://www.iiita.ac.in">IIIT-A</a></li>
  <li><a href="https://www.gmail.com">Mail</a></li>
</ul>
</div>
</div>
</div>
</body></html>

ZeroDay Forums Mini