diff options
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/settings.php b/settings.php index c968e57..f6abb12 100644 --- a/settings.php +++ b/settings.php @@ -161,6 +161,16 @@ $settings = [ "text" => "Mojeek" ] ] + ], + [ + "description" => "Music", + "parameter" => "scraper_music", + "options" => [ + [ + "value" => "sc", + "text" => "SoundCloud" + ] + ] ] ] ] @@ -235,7 +245,7 @@ echo '<head>' . '<meta http-equiv="Content-Type" content="text/html;charset=utf-8">' . '<title>Settings</title>' . - '<link rel="stylesheet" href="/static/style.css">' . + '<link rel="stylesheet" href="/static/style.css?v3">' . '<meta name="viewport" content="width=device-width,initial-scale=1">' . '<meta name="robots" content="index,follow">' . '<link rel="icon" type="image/x-icon" href="/favicon.ico">' . |