Imported Upstream version 2.6.0p2
[debian/amanda] / man / index.php
diff --git a/man/index.php b/man/index.php
new file mode 100644 (file)
index 0000000..5322dd6
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+/* send the user straight to the amanda(8) manpage */
+header("Location: amanda.8.html");
+exit;