summaryrefslogtreecommitdiffstats
path: root/squid-saccess-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-saccess-html.lsp')
-rw-r--r--squid-saccess-html.lsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
index b864d1f..be3ea5e 100644
--- a/squid-saccess-html.lsp
+++ b/squid-saccess-html.lsp
@@ -1,4 +1,4 @@
-<?
+<%
local form = ...
local data = form.option
local service = form.service
@@ -10,7 +10,7 @@
srv2fill = ""
end
-?>
+%>
<h1>Web Proxy - Special Access</h1>
<h2>General Information</h2>
<p>
@@ -27,7 +27,7 @@
If you wish to specify hosts that may access the Internet by IP address,
enter the address(es) in the box below, one per line.
</p>
-<textarea name="s_ip"><? io.write( service.config.s_ip ) ?></textarea>
+<textarea name="s_ip"><% io.write( service.config.s_ip ) %></textarea>
<h2>Browser Identification</h2>
<p>
@@ -36,7 +36,7 @@ specify it here. Note that any client identifying itself as this type
of browser will be allowed anonymous access. Enter the browser identification(s)
in the box below, one per line. Regular expressions are allowed.
</p>
-<textarea name="s_browser"><? io.write( service.config.s_browser ) ?></textarea>
+<textarea name="s_browser"><% io.write( service.config.s_browser ) %></textarea>
<h2>Special Domains</h2>
<p>
@@ -44,7 +44,7 @@ If you have a specail domain that needs to be accessed in a special way, you
may specify if here. This will allow anonymous access to the domains listed.
Enter the domain url below. Regular expressions are allowed.
</p>
-<textarea name="s_domain"><? io.write( service.config.s_domain ) ?></textarea>
+<textarea name="s_domain"><% io.write( service.config.s_domain ) %></textarea>
<h3>Save Changes</h3>
<dl>