File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ new_domain_html=Please contact our support to create a new domain for you.
4343company_name=
4444custom_login_text=
4545custom_login_link=
46- dashboard_atom_url_admin=http ://www.ispconfig.org/atom
47- dashboard_atom_url_reseller=http ://www.ispconfig.org/atom
48- dashboard_atom_url_client=http ://www.ispconfig.org/atom
46+ dashboard_atom_url_admin=https ://www.ispconfig.org/atom
47+ dashboard_atom_url_reseller=https ://www.ispconfig.org/atom
48+ dashboard_atom_url_client=https ://www.ispconfig.org/atom
4949monitor_key=
5050tab_change_discard=n
5151tab_change_warning=n
Original file line number Diff line number Diff line change 121121*/
122122if ($ _SESSION ["s " ]["user " ]["typ " ] == 'admin ' ) {
123123 if (!isset ($ _SESSION ['s ' ]['new_ispconfig_version ' ])) {
124- $ new_version = @file_get_contents ('http ://www.ispconfig.org/downloads/ispconfig3_version.txt ' );
124+ $ new_version = @file_get_contents ('https ://www.ispconfig.org/downloads/ispconfig3_version.txt ' );
125125 $ _SESSION ['s ' ]['new_ispconfig_version ' ] = trim ($ new_version );
126126 }
127127 $ v1 = ISPC_APP_VERSION ;
Original file line number Diff line number Diff line change 3131 exit 1
3232 }
3333
34- wget http ://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
34+ wget https ://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
3535 if [ -f ISPConfig-3-stable.tar.gz ]
3636 then
3737 tar xvfz ISPConfig-3-stable.tar.gz
You can’t perform that action at this time.
0 commit comments