This commit is contained in:
anon 2025-08-21 00:18:39 +02:00
parent d1b98371ee
commit e1bf0fe5b4
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ setenv.add-environment = (
"PERL5LIB" => env.PERL5LIB
)
cgi.assign = (
".pl.cgi" => "/usr/bin/perl"
)

View File

@ -7,6 +7,6 @@
<h2>[% description %]</h2>
<ul>[% FOR i IN directories %]<li><a href="/[% i %]">/[% i %]</a></li>[% END %]</ul>
<p>one million [% access %] xolatile's</p>
</body>
[% INCLUDE foot.tt %]
</body>
</html>