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
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 /themes.php
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 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index f0d1be6f09..4e56365d01 100644
--- a/themes.php
+++ b/themes.php
@@ -18,7 +18,7 @@ $header->setTitle('phpMyAdmin - ' . __('Theme'));
$header->disableMenuAndConsole();
$hash = '#pma_' . preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION);
-$url = PMA_linkURL('http://www.phpmyadmin.net/home_page/themes.php') . $hash;
+$url = PMA_linkURL('https://www.phpmyadmin.net/themes/') . $hash;
$output = '<h1>phpMyAdmin - ' . __('Theme') . '</h1>';
$output .= '<p>';
$output .= '<a href="' . $url . '" class="_blank">';