diff options
Diffstat (limited to 'net-mgmt/nfsen/files/patch-html_navigator.php')
-rw-r--r-- | net-mgmt/nfsen/files/patch-html_navigator.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/nfsen/files/patch-html_navigator.php b/net-mgmt/nfsen/files/patch-html_navigator.php new file mode 100644 index 000000000000..9249f8afc3d2 --- /dev/null +++ b/net-mgmt/nfsen/files/patch-html_navigator.php @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- html/navigator.php.orig ++++ html/navigator.php +@@ -18,7 +18,7 @@ + * Copy the doc directory into HTML dir + */ + +- // print "<a href='$DOCURL/NfSen.html' target='_blank' >Docu</a>\n"; ++ print "<a href='$DOCURL/NfSen.html' target='_blank' >Docu</a>\n"; + + print "<a href='$self?bookmark=" . $_SESSION['bookmark'] . "'>Bookmark URL</a>\n"; + print "Selected Profile: \n"; |