svnno****@sourc*****
svnno****@sourc*****
2009年 4月 15日 (水) 16:49:35 JST
Revision: 54 http://svn.sourceforge.jp/view?root=frameworkspider&view=rev&rev=54 Author: m_nakashima Date: 2009-04-15 16:49:35 +0900 (Wed, 15 Apr 2009) Log Message: ----------- Modified Paths: -------------- current/WWW_PUBLIC/spider.inc.php -------------- next part -------------- Modified: current/WWW_PUBLIC/spider.inc.php =================================================================== --- current/WWW_PUBLIC/spider.inc.php 2009-04-15 07:48:17 UTC (rev 53) +++ current/WWW_PUBLIC/spider.inc.php 2009-04-15 07:49:35 UTC (rev 54) @@ -18,7 +18,7 @@ $script_filename = str_replace( '/', DIRECTORY_SEPARATOR, $_SERVER['SCRIPT_FILENAME'] ); if ( $script_filename == __FILE__ ) { header( 'Content-type: text/plain;charset=UTF-8' ); - die( 'コントロールファイルです' ); + die( 'You can\'t access this file direct!' ); } if( !isset( $DIR_PATH_SPIDER_DATA ) || strlen( trim( $DIR_PATH_SPIDER_DATA ) ) == 0 ) {