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 +- web/api/write/comment-change | 2 +- web/api/write/switch-add | 2 +- web/api/write/switch-update | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'web/api/write') 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; 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); diff --git a/web/api/write/switch-add b/web/api/write/switch-add index 0051111..3950b10 100755 --- a/web/api/write/switch-add +++ b/web/api/write/switch-add @@ -3,7 +3,7 @@ #use CGI qw(fatalsToBrowser); use DBI; -use lib '../../../../include'; +use lib '/opt/nms/include'; use nms; use nms::web qw(%get_params %json finalize_output get_input $dbh); use nms::util qw(guess_placement); diff --git a/web/api/write/switch-update b/web/api/write/switch-update index 14c8773..a463390 100755 --- a/web/api/write/switch-update +++ b/web/api/write/switch-update @@ -3,7 +3,7 @@ #use CGI qw(fatalsToBrowser); use DBI; -use lib '../../../../include'; +use lib '/opt/nms/include'; use nms; use nms::web qw(%get_params %json finalize_output get_input $dbh); use nms::util qw(guess_placement); -- cgit v1.2.3