| Server IP : 172.64.80.1 / Your IP : 108.162.241.67 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/externalCall/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<?php
if (isset($_REQUEST['ID']) && $_REQUEST['ID']=='CARD'){
?>
<p><a href="idCard.php">Download Excel</a> </p>
<p><a href="idCard31.php">Download Passports </a></p>
<p><a href="idCard3.php">Download Signatures </a></p>
<hr>
<!-- <p><a href="ace_idCard.php">Download Excel - ACE</a> </p>-->
<!-- <p><a href="ace_idCard31.php">Download Passports - ACE </a></p>-->
<!-- <p><a href="ace_idCard3.php">Download Signatures - ACE </a></p>-->
<?php
}else if(isset($_REQUEST['ID']) && $_REQUEST['ID']=='LIBRARY')
{
?>
<p><a href="idCard.php">Download Excel</a> </p>
<p><a href="idCard31.php">Download Passports </a></p>
<?php
}else{
echo "Un-authorized User, Access Denied";
}
?>
</body>
</html>