diff --git a/dist/icons/browserconfig.xml b/browserconfig.xml similarity index 72% rename from dist/icons/browserconfig.xml rename to browserconfig.xml index e8b57e57..087d949b 100644 --- a/dist/icons/browserconfig.xml +++ b/browserconfig.xml @@ -2,7 +2,7 @@ - + #b91d47 diff --git a/index.php b/index.php index 8189e175..fd74dc60 100755 --- a/index.php +++ b/index.php @@ -95,8 +95,8 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES); - - + + diff --git a/installers/common.sh b/installers/common.sh index bf3a8400..fa4d1591 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -149,10 +149,6 @@ function download_latest_files() { install_log "Cloning latest files from github" git clone --depth 1 https://github.com/billz/raspap-webgui /tmp/raspap-webgui || install_error "Unable to download files from github" sudo mv /tmp/raspap-webgui $webroot_dir || install_error "Unable to move raspap-webgui to web root" - - # Move icons to webroot - echo -n "Installing high-res favicons" - sudo cp $webroot_dir/dist/icons/* $webroot_dir || install_error "Unable to move icons to web root" } # Sets files ownership in web root directory