summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
commite4b39f4255aff6f974eb1a1e4e78fe01587814aa (patch)
treef59de39a0fb4325e2b8623d734cf23ab7a6ada56 /www/cgi-bin
parent4bf00bc98b36c0233e1ea833571acffefe2ec73b (diff)
downloadacf-core-e4b39f4255aff6f974eb1a1e4e78fe01587814aa.tar.bz2
acf-core-e4b39f4255aff6f974eb1a1e4e78fe01587814aa.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www/cgi-bin')
-rwxr-xr-xwww/cgi-bin/acf4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cgi-bin/acf b/www/cgi-bin/acf
index d03b794..dfefb34 100755
--- a/www/cgi-bin/acf
+++ b/www/cgi-bin/acf
@@ -1,5 +1,5 @@
#!/usr/bin/haserl --shell=lua --upload-limit=32
-<?
+<%
require("mvc")
-- create a new container
@@ -18,4 +18,4 @@ APP=FRAMEWORK:new("acf_www")
APP:dispatch()
APP:destroy()
FRAMEWORK:destroy()
-?>
+%>