diff --git a/schedulecreator.php b/schedulecreator.php --- a/schedulecreator.php +++ b/schedulecreator.php @@ -18,9 +18,9 @@ * along with SlatePermutate. If not, see . */ -include_once 'class.schedule.php'; +include_once 'inc/class.schedule.php'; include_once 'inc/class.course.inc'; -include_once 'class.section.php'; +include_once 'inc/class.section.php'; //************************************************** // ScheduleCreator.java Author: Nathan Gelderloos