From dfe3a86d89749252c4985f812496f3f63f43eda1 Mon Sep 17 00:00:00 2001 From: henoheno Date: Mon, 8 Aug 2005 23:54:15 +0900 Subject: [PATCH] BugTrack2/99: Note that ini_set('upload_max_filesize') is disabled with [PHP > 4.2.3] (Commented by watanabe) --- plugin/attach.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin/attach.inc.php b/plugin/attach.inc.php index 596e191..0c3788c 100644 --- a/plugin/attach.inc.php +++ b/plugin/attach.inc.php @@ -1,6 +1,6 @@ http://home.arino.jp/ @@ -10,6 +10,9 @@ // // File attach plugin +// NOTE (PHP > 4.2.3): +// This feature is disabled at newer version of PHP. +// Set this at php.ini if you want. // Max file size for upload on PHP (PHP default: 2MB) ini_set('upload_max_filesize', '2M'); -- 2.11.0