From 3af1f155cc014babf7f3e2d9400873e6de20ba66 Mon Sep 17 00:00:00 2001 From: sakamocchi Date: Sun, 6 May 2012 13:00:36 +0900 Subject: [PATCH] =?utf8?q?MERGE:=20=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7?= =?utf8?q?=E3=83=B31829=E3=80=82=E7=AE=A1=E7=90=86=E3=82=A8=E3=83=AA?= =?utf8?q?=E3=82=A2=E3=81=AE=E3=82=B9=E3=82=BF=E3=83=BC=E3=83=88=E3=82=A2?= =?utf8?q?=E3=83=83=E3=83=97=E3=82=A8=E3=83=A9=E3=83=BC=E8=A1=A8=E7=A4=BA?= =?utf8?q?=E3=81=AE=E9=9A=9B=E3=81=AEHTTP=E3=83=98=E3=83=83=E3=83=80?= =?utf8?q?=E5=87=BA=E5=8A=9B=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit /nucleus/index.phpからstartUpError()をコールする際、HTTP1.1ヘッダを2回生成していたバグの修正 --- nucleus/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/nucleus/index.php b/nucleus/index.php index 8c40df6..15f9a44 100644 --- a/nucleus/index.php +++ b/nucleus/index.php @@ -44,7 +44,6 @@ if ( $CONF['alertOnSecurityRisk'] == 1 ) } if ( sizeof($aFound) > 0 ) { - sendContentType('text/html', 'startUpError'); startUpError( _ERRORS_STARTUPERROR1. implode($aFound, '
  • ')._ERRORS_STARTUPERROR2, _ERRORS_STARTUPERROR3 -- 2.11.0