From 8a47d3733c8968e83720c7ffd16c9113112fddab Mon Sep 17 00:00:00 2001 From: ileaderx Date: Sun, 19 Jun 2022 15:49:56 +0300 Subject: [PATCH 1/2] Fixed bug196 --- Courses.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Courses.php b/Courses.php index e36d611..87dea29 100644 --- a/Courses.php +++ b/Courses.php @@ -689,11 +689,12 @@ List courses by faculty From 868f5854a2099c09f15a6e992979a9ab7b0c2d51 Mon Sep 17 00:00:00 2001 From: ileaderx Date: Mon, 20 Jun 2022 00:15:04 +0300 Subject: [PATCH 2/2] Fixed the Bug produced by fixing Bug196 --- .htaccess | 2 +- Courses.php | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 8d2f256..f7661d0 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1 @@ -deny from all +allow from all diff --git a/Courses.php b/Courses.php index 87dea29..ff585be 100644 --- a/Courses.php +++ b/Courses.php @@ -690,11 +690,12 @@ List courses by faculty