This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
oleg
/
pixelfed
réplica de
https://github.com/pixelfed/pixelfed.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
read IMAGE_DRIVER from env
trwnh
%!s(int64=5) %!d(string=hai) anos
pai
58a9ca664c
achega
02e5abf3b3
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
config/image.php
+ 1
- 1
config/image.php
Ver ficheiro
@@ -15,6 +15,6 @@ return [
|
*/
- 'driver' => 'gd',
+ 'driver' =>
env('IMAGE_DRIVER',
'gd'
)
,
];