aboutsummaryrefslogtreecommitdiffstats
path: root/web/api/read/comments
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/read/comments
parentafe950d0ef2d6cb192bbe2a1013be5915c47eaaa (diff)
Move stuff from /opt/nms to /opt/gondul etc
Still lots to do
Diffstat (limited to 'web/api/read/comments')
-rwxr-xr-xweb/api/read/comments2
1 files changed, 1 insertions, 1 deletions
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;