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:
@@ -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",
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user