diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master index 81b33374b312e47d777e3368dc236e34d02b39b9..f66ba3414ca4975876511f64dc501937d62beef8 100644 --- a/install/tpl/system.ini.master +++ b/install/tpl/system.ini.master @@ -43,9 +43,9 @@ new_domain_html=Please contact our support to create a new domain for you. company_name= custom_login_text= custom_login_link= -dashboard_atom_url_admin=http://www.ispconfig.org/atom -dashboard_atom_url_reseller=http://www.ispconfig.org/atom -dashboard_atom_url_client=http://www.ispconfig.org/atom +dashboard_atom_url_admin=https://www.ispconfig.org/atom +dashboard_atom_url_reseller=https://www.ispconfig.org/atom +dashboard_atom_url_client=https://www.ispconfig.org/atom monitor_key= tab_change_discard=n tab_change_warning=n diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php index 4db446eb849e27cd70a8dbf4be3c834b21470b1a..727a359fe02d45d5d17947b41d688e05b31ac95c 100644 --- a/interface/web/dashboard/dashboard.php +++ b/interface/web/dashboard/dashboard.php @@ -121,7 +121,7 @@ if(isset($_SESSION['show_error_msg'])) { */ if($_SESSION["s"]["user"]["typ"] == 'admin') { if(!isset($_SESSION['s']['new_ispconfig_version'])) { - $new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt'); + $new_version = @file_get_contents('https://www.ispconfig.org/downloads/ispconfig3_version.txt'); $_SESSION['s']['new_ispconfig_version'] = trim($new_version); } $v1 = ISPC_APP_VERSION; diff --git a/server/scripts/update_stable.sh b/server/scripts/update_stable.sh index 1ff4cdcfe7105e1e29b7291e9ee1d9e5f563a50a..854731077e764ff10a4c14e83d75793edc032847 100644 --- a/server/scripts/update_stable.sh +++ b/server/scripts/update_stable.sh @@ -31,7 +31,7 @@ then exit 1 } - wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz + wget https://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz if [ -f ISPConfig-3-stable.tar.gz ] then tar xvfz ISPConfig-3-stable.tar.gz