]> mj.ucw.cz Git - minsk.git/blobdiff - index.cgi
Update readme.html
[minsk.git] / index.cgi
index 36e31dabd9fc5d6e3619ab9ebee217b0f49515bf..1d18d84be2de20c38ac6fc0c3ec9cd73badc6ed2 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -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 (<SIM>) {
                print html_escape($_);
        }