forked from mahdahar/crm-summit
Update link url upload
This commit is contained in:
parent
238790e93b
commit
0fb5dac54d
@ -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/>";
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user