summaryrefslogtreecommitdiff
path: root/httemplate/browse/nas.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse/nas.cgi')
-rwxr-xr-xhttemplate/browse/nas.cgi13
1 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/browse/nas.cgi b/httemplate/browse/nas.cgi
index 022c65ea7..b5e0ef8b7 100755
--- a/httemplate/browse/nas.cgi
+++ b/httemplate/browse/nas.cgi
@@ -1,9 +1,4 @@
-<!-- mason kludge -->
-%
-%
-%print header('NAS ports', menubar(
-% 'Main Menu' => $p,
-%));
+%print header('NAS ports');
%
%my $now = time;
%
@@ -79,3 +74,9 @@
%# <TH>NAS</
%
+<%init>
+
+#this hasn't been used in ages, and isn't linked from anywhere...
+die 'NAS browse not currently active';
+
+</%init>