Update link url upload

This commit is contained in:
mikael-zakaria 2025-08-20 12:50:24 +07:00
parent 238790e93b
commit 0fb5dac54d
2 changed files with 1 additions and 12 deletions

View File

@ -8,7 +8,7 @@ $file_array = explode (',', $filelist);
$i = 1;
foreach ($file_array as $value){
if($i == 1) {echo "<b>Attachment : </b><br/>";}
echo "<a href='".base_url()."/upload/$value' target='_blank'>$value </a><br/>";
echo "<a href='".base_url()."upload/$value' target='_blank'>$value </a><br/>";
$i++;
}
echo "<hr/>";

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>