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:37:18 +0300
committerMichal Čihař <michal@cihar.com>2015-07-02 14:39:15 +0300
commit4404f28d4b3edc7f480bfb6adb6b1a47e7a44e00 (patch)
treeedf133b140aca61a80c08f6aa69dfcfc170a7ab0 /setup
parenta6fd4c2ed4479415e6819e543155447bc662a71d (diff)
Replace some links to sourceforge.net with our website
- donations are no longer processed by sf.net - support forums are disabled for years, point users to support page 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 2bdf14b005..5f9a207656 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -306,7 +306,7 @@ PMA_displayFormBottom();
echo '</fieldset>';
echo '<div id="footer">';
echo '<a href="https://www.phpmyadmin.net/">' . __('phpMyAdmin homepage') . '</a>';
-echo '<a href="http://sourceforge.net/donate/index.php?group_id=23067">'
+echo '<a href="https://www.phpmyadmin.net/donate/">'
. __('Donate') . '</a>';
echo '<a href="' . PMA_URL_getCommon() . $separator . 'version_check=1">'
. __('Check for latest version') . '</a>';