Tadashi Okoshi
slash****@users*****
2005年 12月 17日 (土) 04:50:00 JST
Index: affelio/bin/get_content.cgi
diff -u affelio/bin/get_content.cgi:1.26 affelio/bin/get_content.cgi:1.27
--- affelio/bin/get_content.cgi:1.26 Sat Dec 17 03:19:52 2005
+++ affelio/bin/get_content.cgi Sat Dec 17 04:50:00 2005
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -d:DProf
# Copyright (C) 2005 FishGrove Inc.
#
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id: get_content.cgi,v 1.26 2005/12/16 18:19:52 slash5234 Exp $
+# $Id: get_content.cgi,v 1.27 2005/12/16 19:50:00 slash5234 Exp $
use strict;
@@ -24,8 +24,6 @@
use lib("../extlib");
use CGI qw(-unique_headers);
-$CGI::DISABLE_UPLOADS = 1;
-$CGI::POST_MAX = 102_400;
use CGI::Session; #qw(-ip_match);
use Error qw(:try);