From 6805ba6ee9507af8a367136a3b9a0b4e305089ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 12 Jan 2006 09:26:24 +0000 Subject: [PATCH] - recognize .php for enscript Changed files: cvsweb-config.patch -> 1.7 --- cvsweb-config.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cvsweb-config.patch b/cvsweb-config.patch index 6ee44fa..2a7d396 100644 --- a/cvsweb-config.patch +++ b/cvsweb-config.patch @@ -85,3 +85,11 @@ diff -Nur cvsweb-3.0.1/cvsweb.conf cvsweb-3.0.1.new/cvsweb.conf # URL to the CVSHistory script. This should be absolute (but does not need # to include the host and port if the script is on the same server as +@@ -610,6 +600,7 @@ + 'nroff' => qr/\.man$/o, + 'pascal' => qr/\.p(as|p)?$/io, + 'perl' => qr/\.p(m|(er)?l)$/io, ++ 'php' => qr/\.php$/io, + 'postscript' => qr/\.e?ps$/io, + 'python' => qr/\.py$/o, + 'rfc' => qr/\b((rfc|draft)\..*\.txt)$/o, -- 2.44.0