From: will Date: Fri, 17 Nov 2023 10:26:54 +0000 (-0600) Subject: Fix. lib path. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=da5063c9734ec72c674df0bb93a1d82e0fcf5d90;p=LifeLog.git Fix. lib path. --- 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