소스 검색

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) {

Loading…
취소
저장