summaryrefslogtreecommitdiffhomepage
path: root/applications/sgi-haserl/root/www/cgi-bin
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-17 10:00:44 +0000
committerSteven Barth <steven@midlink.org>2008-05-17 10:00:44 +0000
commit6eae1a0103a3d12dee4bc8753efee88af203dff3 (patch)
treebe2c3176005ce796203c500d619e1e3b36136f01 /applications/sgi-haserl/root/www/cgi-bin
parent357ba22175225ca40cfcffd1f61cc4621ff13dbe (diff)
* Generalized dispatcher handling
Diffstat (limited to 'applications/sgi-haserl/root/www/cgi-bin')
-rwxr-xr-xapplications/sgi-haserl/root/www/cgi-bin/ffluci-upload2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/sgi-haserl/root/www/cgi-bin/ffluci-upload b/applications/sgi-haserl/root/www/cgi-bin/ffluci-upload
index 0128c2dd73..c31ddb8224 100755
--- a/applications/sgi-haserl/root/www/cgi-bin/ffluci-upload
+++ b/applications/sgi-haserl/root/www/cgi-bin/ffluci-upload
@@ -1,4 +1,4 @@
-#!/usr/bin/haserl --shell=luac --upload-limit=6144
+#!/usr/bin/haserl --shell=luac --upload-limit=16384
-- This is a bit hacky: remove -upload from SCRIPT_NAME
ENV.SCRIPT_NAME = ENV.SCRIPT_NAME:sub(1, #ENV.SCRIPT_NAME - 7)
dofile("ffluci") \ No newline at end of file