diff --git a/app/Views/activities_detail.php b/app/Views/activities_detail.php index 4ab0f6d..8dca804 100644 --- a/app/Views/activities_detail.php +++ b/app/Views/activities_detail.php @@ -8,7 +8,7 @@ $file_array = explode (',', $filelist); $i = 1; foreach ($file_array as $value){ if($i == 1) {echo "Attachment :
";} - echo "$value
"; + echo "$value
"; $i++; } echo "
"; diff --git a/writable/session/index.html b/writable/session/index.html deleted file mode 100644 index b702fbc..0000000 --- a/writable/session/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 403 Forbidden - - - -

Directory access is forbidden.

- - -