https not available for cvs.sourceforge.net

This commit is contained in:
Sebastian Mendel
2006-04-12 13:16:36 +00:00
parent 5aa016d32c
commit 04311f2c1f

View File

@@ -32,7 +32,7 @@ $replaces = array(
// linking files // linking files
'/(\s+)([\\/a-z_0-9\.]+\.php)/i' '/(\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'); header('Content-type: text/html; charset=utf-8');