[wp-cvs] wordpress wp-blog-header.php,1.130,1.131

Ryan Boren rboren at users.sourceforge.net
Fri Feb 18 01:43:50 GMT 2005


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8623

Modified Files:
	wp-blog-header.php 
Log Message:
Don't try to process path info when directly loading the feed files. Props to Toby Simmons. http://mosquito.wordpress.org/view.php?id=903

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** wp-blog-header.php	14 Feb 2005 21:05:15 -0000	1.130
--- wp-blog-header.php	18 Feb 2005 01:43:48 -0000	1.131
***************
*** 18,22 ****
  		((! empty($_SERVER['PATH_INFO'])) &&
  		('/' != $_SERVER['PATH_INFO']) &&
! 		 (false === strpos($_SERVER['PATH_INFO'], 'index.php'))
  		)) {
  
--- 18,22 ----
  		((! empty($_SERVER['PATH_INFO'])) &&
  		('/' != $_SERVER['PATH_INFO']) &&
! 		 (false === strpos($_SERVER['PATH_INFO'], '.php'))
  		)) {
  



More information about the cvs mailing list