diff options
| author | lolcat <will@lolcat.ca> | 2026-04-06 21:02:54 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-04-06 21:02:54 -0400 |
| commit | 70f00aa55f03564dc4ce6e957e0a3edffb3d3f65 (patch) | |
| tree | 93a0ac3d75023af0cbdc593ff1edf54c5106ec6e /data | |
| parent | 5a351e0dfcde9adcabdbd07fffc74023c63db665 (diff) | |
added pexels and unsplash woooohoooooooo
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/config.php b/data/config.php index e0f061c..161458f 100644 --- a/data/config.php +++ b/data/config.php @@ -135,8 +135,6 @@ class config{ const PROXY_GOOGLE = false; const PROXY_GOOGLE_API = false; const PROXY_GOOGLE_CSE = false; - const PROXY_MULLVAD_GOOGLE = false; - const PROXY_MULLVAD_BRAVE = false; const PROXY_STARTPAGE = false; const PROXY_QWANT = false; const PROXY_BAIDU = false; @@ -160,6 +158,8 @@ class config{ const PROXY_SANKAKUCOMPLEX = false; const PROXY_FLICKR = false; const PROXY_PIXABAY = false; + const PROXY_UNSPLASH = false; + const PROXY_PEXELS = false; const PROXY_FIVEHPX = false; const PROXY_VSCO = false; const PROXY_SEZNAM = false; |
