diff options
Diffstat (limited to 'include/nms/web.pm')
-rwxr-xr-x | include/nms/web.pm | 1 |
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 = ""; |