Browse Source

cache images in global tmp directory

tags/v1.0
parent
commit
a8265b477d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/modules/cachedimage.php

+ 1
- 1
app/modules/cachedimage.php View File

class CachedImage { class CachedImage {


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


function __construct($path) { function __construct($path) {

Loading…
Cancel
Save