This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oleg
/
pixelfed
espejo de
https://github.com/pixelfed/pixelfed.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
read IMAGE_DRIVER from env
trwnh
hace 5 años
padre
58a9ca664c
commit
02e5abf3b3
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Unificar vista
Mostrar estadísticas de diff
1
1
config/image.php
+ 1
- 1
config/image.php
Ver fichero
@@ -15,6 +15,6 @@ return [
|
|
*/
*/
- 'driver' => 'gd',
+ 'driver' =>
env('IMAGE_DRIVER',
'gd'
)
,
];
];