[wp-cvs] wordpress/wp-admin install.php,1.48,1.49

Ryan Boren rboren at users.sourceforge.net
Sun Nov 28 04:41:51 UTC 2004


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

Modified Files:
	install.php 
Log Message:
Fix link to setup-config.  Bug 497.

Index: install.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/install.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** install.php	15 Nov 2004 05:59:34 -0000	1.48
--- install.php	28 Nov 2004 04:41:48 -0000	1.49
***************
*** 2,6 ****
  $_wp_installing = 1;
  if (!file_exists('../wp-config.php')) 
!     die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://wordpress.org/docs/faq/#wp-config'>We got it</a>. You can <a href='wp-admin/setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.");
  
  require_once('../wp-config.php');
--- 2,6 ----
  $_wp_installing = 1;
  if (!file_exists('../wp-config.php')) 
!     die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://wordpress.org/docs/faq/#wp-config'>We got it</a>. You can <a href='setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.");
  
  require_once('../wp-config.php');




More information about the cvs mailing list