course-seite ohne styles
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user