Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287133 | Differences between
and this patch

Collapse All | Expand All

(-)lib/BackupPC/CGI/View.pm.orig (-1 / +1 lines)
Lines 86-92 Link Here
86
        $file = $bpc->ConfDir() . "/hosts";
86
        $file = $bpc->ConfDir() . "/hosts";
87
        $linkHosts = 1;
87
        $linkHosts = 1;
88
    } elsif ( $type eq "docs" ) {
88
    } elsif ( $type eq "docs" ) {
89
        $file = $bpc->InstallDir() . "/doc/BackupPC.html";
89
        $file = "__DOCDIR__/BackupPC.html";
90
    } elsif ( $host ne "" ) {
90
    } elsif ( $host ne "" ) {
91
        if ( !defined($In{num}) ) {
91
        if ( !defined($In{num}) ) {
92
            # get the latest LOG file
92
            # get the latest LOG file

Return to bug 287133