diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-05-28 19:56:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-05-28 19:56:46 -0400 |
commit | ffc5ca31a759c93f4cb2af8aec4fe6e852161855 (patch) | |
tree | 15921cc604fd4a45252a4e0e7ec14dd7d8a46101 /src/HTInit.c | |
parent | 8df98234eab86f6b1027425f4b57cb6d4ca471ca (diff) | |
download | lynx-snapshots-ffc5ca31a759c93f4cb2af8aec4fe6e852161855.tar.gz |
snapshot of project "lynx", label v2-8-5dev_8
Diffstat (limited to 'src/HTInit.c')
-rw-r--r-- | src/HTInit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/HTInit.c b/src/HTInit.c index 4fb663a1..f1207e8d 100644 --- a/src/HTInit.c +++ b/src/HTInit.c @@ -1011,6 +1011,8 @@ PUBLIC void HTFileInit NOARGS HTSetSuffix(".text", "text/plain", "8bit", 1.0); HTSetSuffix(".txt", "text/plain", "8bit", 1.0); + HTSetSuffix(".php", "text/html", "8bit", 1.0); + HTSetSuffix(".php3", "text/html", "8bit", 1.0); HTSetSuffix(".html3", "text/html", "8bit", 1.0); HTSetSuffix(".ht3", "text/html", "8bit", 1.0); HTSetSuffix(".phtml", "text/html", "8bit", 1.0); |