X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=index.cgi;h=8b4103d32adb8a0a0586ab4f00040358b32f26c5;hb=HEAD;hp=36e31dabd9fc5d6e3619ab9ebee217b0f49515bf;hpb=4e7de5e6f1bdc051e94ed2073147ddd40b0b8660;p=minsk.git diff --git a/index.cgi b/index.cgi index 36e31da..8b4103d 100755 --- 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; @@ -50,7 +50,7 @@ if ($src ne '') { print $tmpf $src, "\n"; $tmpf->flush(); my $in = $tmpf->filename; - open SIM, "./minsk --trace=$trace --cpu-quota=1000 --print-quota=100 <$in |" or die; + open SIM, "./minsk --set-password --trace=$trace --cpu-quota=1000 --print-quota=100 <$in |" or die; while () { print html_escape($_); } @@ -74,6 +74,6 @@ EOF print < -

Written by Martin Mareš. Version 1.0 (2010-12-27). +

Written by Martin Mareš and Rutger van Bergen. Version 1.1 (2022-04-24). EOF