SubmitLab.php: Group leader

Bug430-Eden2
Lan Hui 2023-09-01 18:55:11 +08:00
parent 73f1e446cf
commit bef3f1ac39
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ include 'Header.php';
} }
if ($_SESSION["Group_ID"] < 1) { if ($_SESSION["Group_ID"] < 1) {
echo" <center><h3> This Lab report can only be submitted by Group Admin </h3> </center> "; echo" <center><h3> This Lab report can only be submitted by Group Leader </h3> </center> ";
return; return;
} }
} }