diff options
author | Steven Barth <steven@midlink.org> | 2008-05-17 10:00:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-17 10:00:44 +0000 |
commit | 6eae1a0103a3d12dee4bc8753efee88af203dff3 (patch) | |
tree | be2c3176005ce796203c500d619e1e3b36136f01 /applications/sgi-haserl/root/www/cgi-bin | |
parent | 357ba22175225ca40cfcffd1f61cc4621ff13dbe (diff) |
* Generalized dispatcher handling
Diffstat (limited to 'applications/sgi-haserl/root/www/cgi-bin')
-rwxr-xr-x | applications/sgi-haserl/root/www/cgi-bin/ffluci-upload | 2 |
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 |