From 0fb5dac54d9f03ed3179e9f817a26c4000f86846 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Wed, 20 Aug 2025 12:50:24 +0700 Subject: [PATCH] Update link url upload --- app/Views/activities_detail.php | 2 +- writable/session/index.html | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 writable/session/index.html 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.

- - -