aboutsummaryrefslogtreecommitdiffstats
path: root/include/nms/web.pm
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-12 18:08:59 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-12 18:08:59 +0200
commitbb6b9c5cc38ee136ddab5d28f1baae903c38c07c (patch)
tree08c9893214222f418b3fcb41e69e9d26e9068494 /include/nms/web.pm
parent09ea945c3908fd42e90eb64c194d9af11d174206 (diff)
Walk through include/ somewhat
Diffstat (limited to 'include/nms/web.pm')
-rwxr-xr-xinclude/nms/web.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nms/web.pm b/include/nms/web.pm
index 7c9339e..8a20f50 100755
--- a/include/nms/web.pm
+++ b/include/nms/web.pm
@@ -26,6 +26,7 @@ sub get_input {
while(<STDIN>) { $in .= $_; }
return $in;
}
+
# Print cache-control from %cc
sub printcc {
my $line = "";