This website works better with JavaScript.
Home
Explore
Help
Sign In
dom
/
freaCMS
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
cache images in global tmp directory
tags/v1.0
Dominik Schmidt-Philipp
4 years ago
parent
599787a3fd
commit
a8265b477d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
app/modules/cachedimage.php
+ 1
- 1
app/modules/cachedimage.php
View File
@@ -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…
Cancel
Save