diff --git a/config_repo/lighttpd.conf.repo b/config_repo/lighttpd.conf.repo index 28d9626a5..754b5df15 100644 --- a/config_repo/lighttpd.conf.repo +++ b/config_repo/lighttpd.conf.repo @@ -20,6 +20,7 @@ setenv.add-environment = ( alias.url = ("/current/" => "XX_ALLSKY_HOME_XX/") alias.url += ("/images/" => "XX_ALLSKY_IMAGES_XX/") +alias.url += ("/config/" => "XX_ALLSKY_CONFIG_XX/") alias.url += ("/website/" => "XX_ALLSKY_WEBSITE_XX/") alias.url += ("/documentation" => "XX_ALLSKY_DOCUMENTATION_XX/") alias.url += ("/overlay" => "XX_ALLSKY_OVERLAY_XX/") diff --git a/html/includes/editor.php b/html/includes/editor.php index 794752f53..ec78d90af 100644 --- a/html/includes/editor.php +++ b/html/includes/editor.php @@ -3,15 +3,13 @@ function DisplayEditor() { $status = new StatusMessages(); - $showFullList = false; // show the full list of what's in ALLSKY_SCRIPTS, or just user-editable files? - $config_dir = basename(ALLSKY_CONFIG); ?>