aboutsummaryrefslogtreecommitdiffstats
path: root/web/api/write/comment-add
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/write/comment-add')
-rwxr-xr-xweb/api/write/comment-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/write/comment-add b/web/api/write/comment-add
index bcea6dc..8d4899c 100755
--- a/web/api/write/comment-add
+++ b/web/api/write/comment-add
@@ -1,6 +1,6 @@
#! /usr/bin/perl
# vim:ts=8:sw=8
-use lib '../../../../include';
+use lib '/opt/nms/include';
use utf8;
use nms::web qw($dbh db_safe_quote get_input finalize_output);
use strict;