mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
11
junet/MailFunction/index.php
Normal file
11
junet/MailFunction/index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
include 'warnScript.inc.php';
|
||||
|
||||
$enroll_num = $_REQUEST['enroll_no'];
|
||||
$teacher_id = $_REQUEST['teacher_id'];
|
||||
$course_id = intval($_REQUEST['course_id']);
|
||||
|
||||
warnButtonMessage($enroll_num,false,$teacher_id,$course_id);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user