Skip to content

Commit e2e39ae

Browse files
committed
Add redirects for the suffixed versions of the svn pages (thanks Philip!).
1 parent f1f5e30 commit e2e39ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

error.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,10 @@
432432
"cvs-php.php" => "git-php",
433433

434434
# SVN -> Git
435-
"svn" => "git",
436-
"svn-php" => "git-php",
435+
"svn" => "git",
436+
"svn.php" => "git",
437+
"svn-php" => "git-php",
438+
"svn-php.php" => "git-php",
437439

438440
# Other items
439441
"security/crypt" => "security/crypt_blowfish",

0 commit comments

Comments
 (0)