浏览代码

cache images in global tmp directory

tags/v1.0
父节点
当前提交
a8265b477d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/modules/cachedimage.php

+ 1
- 1
app/modules/cachedimage.php 查看文件

@@ -5,7 +5,7 @@ namespace Modules;
class CachedImage {

public $original;
public $cache_dir = "rsc/img_display/";
public $cache_dir = "tmp/";
public $default_width = 500;

function __construct($path) {

正在加载...
取消
保存