]> mj.ucw.cz Git - minsk.git/commitdiff
index.cgi: Adjusted path to UCW modules
authorMartin Mares <mj@ucw.cz>
Sun, 24 Apr 2022 19:40:15 +0000 (21:40 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 24 Apr 2022 19:40:15 +0000 (21:40 +0200)
index.cgi

index a2056e5a8fd262539143ede9adc20f82ea7b430e..8b4103d32adb8a0a0586ab4f00040358b32f26c5 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use lib '../lib';
+use lib '../../lib/perl';
 use UCW::CGI;
 use File::Temp;
 use POSIX;