From f9274a8b63d2bc846838738d6d86b08a28327428 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 23 Sep 2019 23:25:24 +0200 Subject: [PATCH] fix --- html/Samhäll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/Samhäll.php b/html/Samhäll.php index fd0b3d7..8ae64a1 100644 --- a/html/Samhäll.php +++ b/html/Samhäll.php @@ -79,7 +79,7 @@ createCourse("Programfördjupning 2","prof2",100 , ""); createCourse("Individuellt val 1","indv1",100 , ""); createCourse("Individuellt val 2","indv2",100 , ""); -include "createCourse_end.php"; +include "include/createCourse_end.php"; ?>