aboutsummaryrefslogtreecommitdiffstats
path: root/web/api/public/dhcp-summary
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-13 20:18:36 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-13 20:18:36 +0200
commita79c9135fc2ed27b8d2374ab9728124f2357d2f1 (patch)
tree80ff92229bdc51638c7709a8892bbddc61abb504 /web/api/public/dhcp-summary
parentafe950d0ef2d6cb192bbe2a1013be5915c47eaaa (diff)
Move stuff from /opt/nms to /opt/gondul etc
Still lots to do
Diffstat (limited to 'web/api/public/dhcp-summary')
-rwxr-xr-xweb/api/public/dhcp-summary2
1 files changed, 1 insertions, 1 deletions
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;