From a72324f7783b018dd94d507e4793312ecb5721c0 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 11 Jun 2008 17:39:44 +0000 Subject: Enabling file uploads in CGI::Simple git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2165 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'LedgerSMB.pm') diff --git a/LedgerSMB.pm b/LedgerSMB.pm index ce279466..63f4ec27 100755 --- a/LedgerSMB.pm +++ b/LedgerSMB.pm @@ -127,6 +127,7 @@ ability to hide the entire structure for things like CSV lookups. =cut use CGI::Simple; +$CGI::Simple::DISABLE_UPLOADS = 0; use Math::BigFloat; use LedgerSMB::Sysconfig; use Data::Dumper; -- cgit v1.2.3