Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
dom
/
freaCMS
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
1
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
cache images in global tmp directory
tags/v1.0
Dominik Schmidt-Philipp
hace 4 años
padre
599787a3fd
commit
a8265b477d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
app/modules/cachedimage.php
+ 1
- 1
app/modules/cachedimage.php
Ver fichero
@@ -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) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar