From 0f7ebb09e8627d38cff872ec6a9535e6f1bc13d1 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 7 Oct 2015 11:35:28 +0200 Subject: [PATCH] add all files to pve-man-include.php --- data/pve-man-include.php | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/data/pve-man-include.php b/data/pve-man-include.php index 9902587..6f53eb9 100644 --- a/data/pve-man-include.php +++ b/data/pve-man-include.php @@ -36,11 +36,21 @@ function efPvemanParserFunction_Render( $parser, $param1 = '', $param2 = '' ) { $parser->disableCache(); $allowed = array( - 'pvecm.1.html' => 1, - 'qm.1.html' => 1, - 'datacenter.cfg.5.html' => 1, - 'vm.conf.5.html' => 1, - ); + 'pvecm.1.html' => 1, + 'qm.1.html' => 1, + 'datacenter.cfg.5.html' => 1, + 'vm.conf.5.html' => 1, + 'ha-manager.1.html' => 1, + 'pct.1.html' => 1, + 'pct.conf.5.html' => 1, + 'pve-firewall.8.html' => 1, + 'pveceph.1.html' => 1, + 'pvesm.1.html' => 1, + 'pvesubscription.1.html' => 1, + 'pveum.1.html' => 1, + 'qmrestore.1.html' => 1, + 'vzdump.1.html' => 1, + ); if (!$allowed[$param1]) { die ("no such manual page"); -- 2.39.2