From 2fe1fb1d5c2d549aa5a811b1cf81f710534bbae4 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 13 Sep 2009 22:02:57 -0700 Subject: [PATCH] Remove obsolete osdn variables --- WebminCore.pm | 2 +- web-lib.pl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/WebminCore.pm b/WebminCore.pm index b284ed34b..f804f5141 100644 --- a/WebminCore.pm +++ b/WebminCore.pm @@ -24,7 +24,7 @@ require Exporter; # Add global variables in web-lib.pl push(@EXPORT, qw(&unique)); -push(@EXPORT, qw($config_directory $var_directory $remote_error_handler %month_to_number_map %number_to_month_map $webmin_feedback_address $default_lang $default_charset $module_index_name $module_index_link %in $in @in $progress_callback_prefix $progress_callback_url $wait_for_debug $wait_for_input @matches $osdn_download_host $osdn_download_port $theme_no_table)); +push(@EXPORT, qw($config_directory $var_directory $remote_error_handler %month_to_number_map %number_to_month_map $webmin_feedback_address $default_lang $default_charset $module_index_name $module_index_link %in $in @in $progress_callback_prefix $progress_callback_url $wait_for_debug $wait_for_input @matches $theme_no_table)); # Functions defined in themes push(@EXPORT, qw(&theme_post_save_domain &theme_post_save_domains &theme_post_save_server &theme_select_server &theme_select_domain &theme_post_save_folder &theme_post_change_modules &theme_address_button &theme_virtualmin_ui_rating_selector &theme_virtualmin_ui_show_cron_time &theme_virtualmin_ui_parse_cron_time &theme_virtualmin_ui_html_editor_bodytags &theme_virtualmin_ui_show_html_editor)); diff --git a/web-lib.pl b/web-lib.pl index 0524547df..4bac1eb44 100755 --- a/web-lib.pl +++ b/web-lib.pl @@ -9,8 +9,6 @@ $main::default_debug_log_size = 10*1024*1024; $webmin_feedback_address = "feedback\@webmin.com"; $default_lang = "en"; $default_charset = "iso-8859-1"; -$osdn_download_host = "prdownloads.sourceforge.net"; -$osdn_download_port = 80; =head2 unique(string, ...)