]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Fix. lib path.
authorwill <redacted>
Fri, 17 Nov 2023 10:26:54 +0000 (04:26 -0600)
committerwill <redacted>
Fri, 17 Nov 2023 10:26:54 +0000 (04:26 -0600)
htdocs/cgi-bin/CNFServices.cgi

index 03388ada40848ca39dbb83b13775c979e5c9ec04..986128e06f8bb6e29c322aad7bd57a696e78b290 100755 (executable)
@@ -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