diff --git a/Courses.php b/Courses.php
index 2c2f0a4..aa690a3 100644
--- a/Courses.php
+++ b/Courses.php
@@ -116,12 +116,16 @@ New Date/Time Editing Lab Assignment ";
?>
@@ -159,13 +162,13 @@ New Date/Time
">
-
">
+
">
Title
">
Instructions
-
+
Marks
">
Attachment 1
@@ -183,7 +186,7 @@ Attachment 4
Submission Type Invidual
- Group
+ Group
diff --git a/Script.php b/Script.php
index 85c785b..5a6491d 100644
--- a/Script.php
+++ b/Script.php
@@ -724,17 +724,17 @@ $count=0;
//check zise
if(!checksize("attachment1"))
{
- echo "20 MB is the maximum file size allowed";
+ echo "2 MB is the maximum file size allowed";
return;
}
if(!checksize("attachment2") && $_FILES["attachment2"]["name"]!="")
{
- echo "20 MB is the maximum file size allowed";
+ echo "2 MB is the maximum file size allowed";
return;
}
if(!checksize("attachment3") && $_FILES["attachment3"]["name"]!="")
{
- echo "20 MB is the maximum file size allowed";
+ echo "2 MB is the maximum file size allowed";
return;
}