aboutsummaryrefslogtreecommitdiffstats
path: root/web/api/read/comments
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/read/comments')
-rwxr-xr-xweb/api/read/comments2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/read/comments b/web/api/read/comments
index 4adfb2b..eb3b45a 100755
--- a/web/api/read/comments
+++ b/web/api/read/comments
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# vim:ts=8:sw=8
-use lib '../../../../include';
+use lib '/opt/nms/include';
use nms::web;
use strict;
use warnings;