This website works better with JavaScript.
홈
탐색
도움말
로그인
dom
/
freaCMS
보기
1
좋아요
1
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
2
위키
Activity
소스 검색
cache images in global tmp directory
tags/v1.0
Dominik Schmidt-Philipp
4 년 전
부모
599787a3fd
커밋
a8265b477d
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) {
Write
Preview
Loading…
취소
저장