diff options
Diffstat (limited to 'web/api/write/comment-change')
-rwxr-xr-x | web/api/write/comment-change | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/write/comment-change b/web/api/write/comment-change index 0bdabc0..91b9824 100755 --- a/web/api/write/comment-change +++ b/web/api/write/comment-change @@ -1,6 +1,6 @@ #! /usr/bin/perl # vim:ts=8:sw=8 -use lib '../../../../include'; +use lib '/opt/nms/include'; use utf8; use nms; use nms::web qw($dbh db_safe_quote get_input finalize_output); |