Kaynağa Gözat

cache images in global tmp directory

tags/v1.0
ebeveyn
işleme
a8265b477d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      app/modules/cachedimage.php

+ 1
- 1
app/modules/cachedimage.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet