From e8a20f730651d07deff33dc559acfdca32cce271 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 13 Apr 2016 20:50:41 +0200 Subject: More work on adapting /opt and tests --- web/api/write/comment-add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/api/write/comment-add') 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; -- cgit v1.2.3