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