Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2015-07-02 14:34:16 +0300
committerMichal Čihař <michal@cihar.com>2015-07-02 14:39:10 +0300
commita6fd4c2ed4479415e6819e543155447bc662a71d (patch)
treeb44553cc42815f3d9cc56b84d7ef8eeaf9b3f754 /setup
parent069d6d9eb30e51e972891ebc0b3fb3fb6218585c (diff)
Cleanup URLs to our website
- use https everywhere - follow redirects on renamed pages Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 2c341ec2c9..2bdf14b005 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -305,7 +305,7 @@ PMA_displayFormBottom();
echo '</fieldset>';
echo '<div id="footer">';
-echo '<a href="http://www.phpmyadmin.net/">' . __('phpMyAdmin homepage') . '</a>';
+echo '<a href="https://www.phpmyadmin.net/">' . __('phpMyAdmin homepage') . '</a>';
echo '<a href="http://sourceforge.net/donate/index.php?group_id=23067">'
. __('Donate') . '</a>';
echo '<a href="' . PMA_URL_getCommon() . $separator . 'version_check=1">'