diff options
-rwxr-xr-x | www/cgi-bin/acf | 2 |
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") |