mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-29 08:27:23 +08:00
start show exam
This commit is contained in:
@@ -2596,6 +2596,14 @@ if ($msgalert)
|
|||||||
msgalert("cheaterbox.php",$text, "blue");
|
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)
|
if ($offlinemsg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user