[wp-cvs] wordpress/wp-admin auth.php,1.11,1.12

Ryan Boren rboren at users.sourceforge.net
Mon Oct 11 05:47:53 UTC 2004


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

Modified Files:
	auth.php 
Log Message:
Add missing paren.

Index: auth.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/auth.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** auth.php	10 Oct 2004 21:28:35 -0000	1.11
--- auth.php	11 Oct 2004 05:47:51 -0000	1.12
***************
*** 8,12 ****
  	header('Pragma: no-cache');
  
! 	header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']);
  	exit();
  }
--- 8,12 ----
  	header('Pragma: no-cache');
  
! 	header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));
  	exit();
  }




More information about the cvs mailing list