move code to new file

This commit is contained in:
Felix Schulze
2019-09-23 23:23:43 +02:00
parent e8947fc056
commit 0586b46f00
3 changed files with 12 additions and 10 deletions

View File

@ -78,6 +78,8 @@ createCourse("Programfördjupning 1","prof1",100 , "");
createCourse("Programfördjupning 2","prof2",100 , "");
createCourse("Individuellt val 1","indv1",100 , "");
createCourse("Individuellt val 2","indv2",100 , "");
include "createCourse_end.php";
?>
</content>