mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
start show exam
This commit is contained in:
@@ -2596,6 +2596,14 @@ if ($msgalert)
|
||||
msgalert("cheaterbox.php",$text, "blue");
|
||||
}
|
||||
}
|
||||
|
||||
//show the exam info
|
||||
$examRepository = new \App\Repositories\ExamRepository();
|
||||
$matchExams = $examRepository->listMatchExam($CURUSER['id']);
|
||||
// if ($matchExams->isNotEmpty()) {
|
||||
// dd($matchExams);
|
||||
// }
|
||||
|
||||
}
|
||||
if ($offlinemsg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user