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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2006-04-12 17:16:36 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2006-04-12 17:16:36 +0400
commit04311f2c1fa4ef4c93ad766b008c379ec61f6b65 (patch)
tree36409c24cd01300a95fff1656814b3219ec4f881 /changelog.php
parent5aa016d32c4d80c2520a609204865837b310f42b (diff)
https not available for cvs.sourceforge.net
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.php b/changelog.php
index e55c02d93d..9dd53e22b5 100644
--- a/changelog.php
+++ b/changelog.php
@@ -32,7 +32,7 @@ $replaces = array(
// linking files
'/(\s+)([\\/a-z_0-9\.]+\.php)/i'
- => '\\1<a href="https://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
+ => '\\1<a href="http://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
);
header('Content-type: text/html; charset=utf-8');