浏览代码

Way to return images from fileuploads with mimetype

tags/rls1
kenn408k 6 年前
父节点
当前提交
8749afdb1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      content/filegallery.php

+ 1
- 1
content/filegallery.php 查看文件

@@ -15,7 +15,7 @@ Design::header($setup, 100);
15 15
     
16 16
     <?php
17 17
     foreach (Get::getImages(0) as $row) {
18
-        echo $row['filename'];
18
+        echo Config::$sys_url . Config::$file_path . $row['filename'];
19 19
         
20 20
     }
21 21
     

正在加载...
取消
保存