1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

- Enable PDF downloads

- Remove palm weirdness wich will never come back
This commit is contained in:
Hannes Magnusson
2009-09-24 17:54:23 +00:00
parent e44e64183d
commit f5f072fccf

View File

@@ -46,9 +46,8 @@ site_header("Download documentation");
$formats = array(
"Single HTML file" => "html.gz",
"Many HTML files" => "tar.gz",
/*"PDF" => "pdf.bz2",
"PalmPilot DOC" => "doc.pdb",
"PalmPilot iSilo" => "isilo.pdb",*/
"Many PDF files" => "pdf.tar.gz",
"PDF" => "pdf",
"HTML Help file" => "chm",
);
?>