Template:Pod

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Revision as of 19:42, 26 June 2008 by Dustin (talk | contribs) (fix)
Jump to navigationJump to search

Use this template like this:

{{pod|Amanda::Changer}} -> Amanda::Changer
{{pod}} -> {{{1}}}

{{{1}}} Note that the contents of redirect.php are:

<?php
if ($_GET['pod']) {
        header("Location: /pod/" . str_replace("::", "/", $_GET['pod']) . ".html");
} else {
        header("Location: /pod/");
}