aboutsummaryrefslogtreecommitdiffstats
path: root/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'web/api')
-rwxr-xr-xweb/api/public/dhcp2
-rwxr-xr-xweb/api/public/dhcp-summary2
-rwxr-xr-xweb/api/public/location2
-rwxr-xr-xweb/api/public/ping2
-rwxr-xr-xweb/api/public/switch-state2
-rwxr-xr-xweb/api/public/switches2
-rwxr-xr-xweb/api/read/comments2
-rwxr-xr-xweb/api/read/snmp2
-rwxr-xr-xweb/api/read/switches-management2
-rwxr-xr-xweb/api/write/comment-add2
-rwxr-xr-xweb/api/write/comment-change2
-rwxr-xr-xweb/api/write/switch-add2
-rwxr-xr-xweb/api/write/switch-update2
13 files changed, 13 insertions, 13 deletions
diff --git a/web/api/public/dhcp b/web/api/public/dhcp
index d998c59..ea42b8f 100755
--- a/web/api/public/dhcp
+++ b/web/api/public/dhcp
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# vim:ts=8:sw=8
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms::web qw (%json finalize_output);
use strict;
use warnings;
diff --git a/web/api/public/dhcp-summary b/web/api/public/dhcp-summary
index 73460e7..18a7f69 100755
--- a/web/api/public/dhcp-summary
+++ b/web/api/public/dhcp-summary
@@ -1,5 +1,5 @@
#! /usr/bin/perl
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use strict;
use warnings;
use nms::web;
diff --git a/web/api/public/location b/web/api/public/location
index 70b6ffd..2247f73 100755
--- a/web/api/public/location
+++ b/web/api/public/location
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# vim:ts=8:sw=8
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms::web;
use strict;
use warnings;
diff --git a/web/api/public/ping b/web/api/public/ping
index 27a8933..36e3334 100755
--- a/web/api/public/ping
+++ b/web/api/public/ping
@@ -1,5 +1,5 @@
#! /usr/bin/perl
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use strict;
use warnings;
use nms::web;
diff --git a/web/api/public/switch-state b/web/api/public/switch-state
index 5cc7e73..eaa8be3 100755
--- a/web/api/public/switch-state
+++ b/web/api/public/switch-state
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# vim:ts=8:sw=8
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms::web qw (%json finalize_output);
use strict;
use warnings;
diff --git a/web/api/public/switches b/web/api/public/switches
index 1322ba6..e6a37f8 100755
--- a/web/api/public/switches
+++ b/web/api/public/switches
@@ -3,7 +3,7 @@
use CGI qw(fatalsToBrowser);
use DBI;
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms;
use nms::web;
use strict;
diff --git a/web/api/read/comments b/web/api/read/comments
index eb3b45a..d7c8cdb 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 '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms::web;
use strict;
use warnings;
diff --git a/web/api/read/snmp b/web/api/read/snmp
index 711de65..0865107 100755
--- a/web/api/read/snmp
+++ b/web/api/read/snmp
@@ -3,7 +3,7 @@
use CGI qw(fatalsToBrowser);
use DBI;
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms;
use nms::web;
use strict;
diff --git a/web/api/read/switches-management b/web/api/read/switches-management
index 94ab5f5..2dd329c 100755
--- a/web/api/read/switches-management
+++ b/web/api/read/switches-management
@@ -3,7 +3,7 @@
use CGI qw(fatalsToBrowser);
use DBI;
-use lib '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms;
use nms::web;
use strict;
diff --git a/web/api/write/comment-add b/web/api/write/comment-add
index 8d4899c..f87a28c 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 '/opt/nms/include';
+use lib '/opt/gondul/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 91b9824..6318723 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 '/opt/nms/include';
+use lib '/opt/gondul/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 3950b10..56e5cb2 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 '/opt/nms/include';
+use lib '/opt/gondul/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 a463390..15b85ae 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 '/opt/nms/include';
+use lib '/opt/gondul/include';
use nms;
use nms::web qw(%get_params %json finalize_output get_input $dbh);
use nms::util qw(guess_placement);