From: sakamocchi Date: Sun, 6 May 2012 04:00:36 +0000 (+0900) Subject: MERGE: リビジョン1829。管理エリアのスタートアップエラー表示の際のHTTPヘッダ出力の修正 X-Git-Url: http://git.osdn.net/view?p=nucleus-jp%2Fnucleus-next.git;a=commitdiff_plain;h=a01b5ff2e2183c552b3278b44a0ea19f1983eadc MERGE: リビジョン1829。管理エリアのスタートアップエラー表示の際のHTTPヘッダ出力の修正 /nucleus/index.phpからstartUpError()をコールする際、HTTP1.1ヘッダを2回生成していたバグの修正 --- diff --git a/nucleus/index.php b/nucleus/index.php index 938a97c..f3d70ec 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