summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-05-27 17:20:55 +0000
committerTed Trask <ttrask01@yahoo.com>2008-05-27 17:20:55 +0000
commitdc260c8d47d5ff055047060634f8c5927f92beb0 (patch)
treee562ae683aa56c1ed8fe16dbedd974522a4f4b40 /www
parentcc98f95f740443204667bda6e7c4e0acb71f4c37 (diff)
downloadacf-core-dc260c8d47d5ff055047060634f8c5927f92beb0.tar.bz2
acf-core-dc260c8d47d5ff055047060634f8c5927f92beb0.tar.xz
Modified acf to allow file upload (arbitrary 32k limit).
Cleaned up openssl and added ability to upload/generate CA certificate. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1184 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rwxr-xr-xwww/cgi-bin/acf2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cgi-bin/acf b/www/cgi-bin/acf
index 9d6a150..d03b794 100755
--- a/www/cgi-bin/acf
+++ b/www/cgi-bin/acf
@@ -1,4 +1,4 @@
-#!/usr/bin/haserl --shell=lua
+#!/usr/bin/haserl --shell=lua --upload-limit=32
<?
require("mvc")