course-seite ohne styles

This commit is contained in:
2025-07-11 10:41:58 +02:00
parent 07a56b31a6
commit e426926692
4 changed files with 16 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ class CourseController{
$this->view = $view;
}
public function showCoursePage(){
public function showCourse(){
$id = $_GET["courseId"] ?? null;
if(!$id){
header('Location: index.php');