This website requires JavaScript.
Explore
Help
Register
Sign In
chris
/
pixelfed
forked from
mirror/pixelfed
Watch
1
Star
0
Fork
You've already forked pixelfed
0
Code
Pull Requests
Activity
c660ff9fbe
pixelfed
/
config
/
media.php
8 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Add new config
2019-06-18 04:15:36 +00:00
<
?
php
return
[
'exif'
=>
[
'database'
=>
env
(
'MEDIA_EXIF_DATABASE'
,
false
),
],
Update media.php
2020-02-13 09:13:29 +00:00
];