diff options
Diffstat (limited to 'web/api/public/dhcp')
-rwxr-xr-x | web/api/public/dhcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/public/dhcp b/web/api/public/dhcp index 7b048d1..d998c59 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 '../../../../include'; +use lib '/opt/nms/include'; use nms::web qw (%json finalize_output); use strict; use warnings; |