[www] r979 - trunk/svn.matroska.org/WebSVN/include
[email protected] Wed, 3 Aug 2005 07:20:25 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-08-03 07:20:21 +0400 (Wed, 03 Aug 2005) New Revision: 979 Modified: trunk/svn.matroska.org/WebSVN/include/config.inc Log: WebSVN: try forcing PHP for all localised web pages Modified: trunk/svn.matroska.org/WebSVN/include/config.inc =================================================================== --- trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-03 03:18:51 UTC (rev 978) +++ trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-03 03:20:21 UTC (rev 979) @@ -193,26 +193,16 @@ // Here you should add and other extensions not already listed or redefine the default ones. eg: // // $extEnscript[".pas"] = "pascal"; -$extEnscript[".html.en"] = "html"; -$extEnscript[".html.fr"] = "html"; -$extEnscript[".html.de"] = "html"; -$extEnscript[".html.es"] = "html"; -$extEnscript[".html.it"] = "html"; -$extEnscript[".html.ja"] = "html"; -$extEnscript[".html.nl"] = "html"; -$extEnscript[".html.pt"] = "html"; -$extEnscript[".html.ru"] = "html"; +$extEnscript[".en"] = "php"; +$extEnscript[".fr"] = "php"; +$extEnscript[".de"] = "php"; +$extEnscript[".es"] = "php"; +$extEnscript[".it"] = "php"; +$extEnscript[".ja"] = "php"; +$extEnscript[".nl"] = "php"; +$extEnscript[".pt"] = "php"; +$extEnscript[".ru"] = "php"; -$extEnscript[".php.en"] = "php"; -$extEnscript[".php.fr"] = "php"; -$extEnscript[".php.de"] = "php"; -$extEnscript[".php.es"] = "php"; -$extEnscript[".php.it"] = "php"; -$extEnscript[".php.ja"] = "php"; -$extEnscript[".php.nl"] = "php"; -$extEnscript[".php.pt"] = "php"; -$extEnscript[".php.ru"] = "php"; - // --- RSSFEED --- // Uncomment this line if you wish to hide the RSS feed links across all repositories