diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..8d2f256
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+deny from all
diff --git a/Submissions.php b/Submissions.php
index a5961e4..cabcaf0 100644
--- a/Submissions.php
+++ b/Submissions.php
@@ -183,7 +183,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Pending' order by Sub
}
echo "
";
}
@@ -347,7 +347,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Remarking'");
$full_link = $full_link . "| $att4";
}
echo "
- $title by : $submitted_by [ Marked $Marks ] Remarking Reason : $remarking_reason
+ $title by : $submitted_by [ Marked $Marks ] Remarking Reason : $remarking_reason Submitted : $posted "
. ""
. " Ignore Request "
diff --git a/index.php b/index.php
index fd8c17a..8824217 100644
--- a/index.php
+++ b/index.php
@@ -1,3 +1,7 @@
+
+
- LRR was originally developed as a software engineering course project by Mohamed Nor and Elmahdi Houzi. Please submit your suggestions or bug reports to lanhui _at_ zjnu.edu.cn. Last updated on 18/04/2020 by Ashly. More information ...
+ LRR was originally developed as a software engineering course project by Mohamed Nor and Elmahdi Houzi. Please submit your suggestions or bug reports to lanhui. Last updated on 18/04/2020 by Ashly. More information ...