From da5063c9734ec72c674df0bb93a1d82e0fcf5d90 Mon Sep 17 00:00:00 2001 From: will Date: Fri, 17 Nov 2023 04:26:54 -0600 Subject: [PATCH] Fix. lib path. --- htdocs/cgi-bin/CNFServices.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/cgi-bin/CNFServices.cgi b/htdocs/cgi-bin/CNFServices.cgi index 03388ad..986128e 100755 --- a/htdocs/cgi-bin/CNFServices.cgi +++ b/htdocs/cgi-bin/CNFServices.cgi @@ -18,7 +18,7 @@ use feature qw(signatures); ## use CGI::Carp qw(fatalsToBrowser set_message); -use lib "/home/will/dev/LifeLog/htdocs/cgi-bin/system/modules"; +use lib "system/modules"; #use lib::relative "system/modules"; require CNFParser; require CNFNode; @@ -157,4 +157,4 @@ Source : https://github.com/wbudic/LifeLog So it could not be the actual or current version, can vary or has been modiefied for what ever purpose in another project. Please leave source of origin in this file for future references. Open Source Code License -> https://github.com/wbudic/PerlCNF/blob/master/ISC_License.md -=cut copyright \ No newline at end of file +=cut copyright -- 2.34.1