|
@ -17,7 +17,7 @@ while fcgi.accept() do |
|
|
<head><title>Annwan's CGI scripts</title></head> |
|
|
<head><title>Annwan's CGI scripts</title></head> |
|
|
<body>]] |
|
|
<body>]] |
|
|
if app and app ~= "" then |
|
|
if app and app ~= "" then |
|
|
fcgi.print("<p>No such application application: <b>" .. app .. "</b></p̬>\n") |
|
|
|
|
|
|
|
|
fcgi.print("<p>No such application: <b>" .. app .. "</b></p̬>\n") |
|
|
end |
|
|
end |
|
|
fcgi.print("<p>Available applications:</p><ul>") |
|
|
fcgi.print("<p>Available applications:</p><ul>") |
|
|
for n, x in pairs(apps) do |
|
|
for n, x in pairs(apps) do |
|
|