diff options
author | lolcat <will@lolcat.ca> | 2023-08-10 23:15:15 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-10 23:15:15 -0400 |
commit | 6f896221f0068fa9c4718a7bbc1b596ba73b9550 (patch) | |
tree | b40f555abd7bb541196fa86cb216dc43a56341b0 /settings.php | |
parent | e6f77a9ca6aafbaacb2a041a166e9e2f2d1d1b9b (diff) |
added faceberg setting
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.php b/settings.php index c2d06e7..7b7da01 100644 --- a/settings.php +++ b/settings.php @@ -119,6 +119,10 @@ $settings = [ "text" => "YouTube" ], [ + "value" => "fb", + "text" => "Facebook videos" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], |