One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
nportal.andjemztech.com
/
examAdmin
/
Edit File:
approveStudent.php
<?php ob_start(); session_start(); if($_SESSION['mymstatus']!='2'){ echo "You are not authorised to view this page,redirecting to login page"; header('refresh: 2; url=login.php'); exit; } include "inc/config.php"; $studID=$_GET['studID']; $appType=$_GET['appType']; $officer_id=$_SESSION['officer_id']; $update=mysql_query("UPDATE examclearance SET adminID='$officer_id',clearApproval1='1' WHERE studID='$studID' AND appTypeID='$appType'"); if($update){ echo "Application Approved"; header('refresh: 2; url=pending.php?appType='.$appType); } else{ echo mysql_error(); } ?>
Simpan