From a79c9135fc2ed27b8d2374ab9728124f2357d2f1 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 13 May 2016 20:18:36 +0200 Subject: Move stuff from /opt/nms to /opt/gondul etc Still lots to do --- web/api/write/comment-add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/api/write/comment-add') 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; -- cgit v1.2.3