Changeset 656

Show
Ignore:
Timestamp:
07/11/06 17:10:05 (2 years ago)
Author:
donncha
Message:

Ooops. Forgot ";" (fixes #74)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index-install.php

    r652 r656  
    66} 
    77if( $_SERVER[ 'HTTP_HOST' ] == 'localhost' ) { 
    8         die( "<h2>Warning!</h2> Installing to http://localhost/ is not supported. Please use <a href='http://localhost.localdomain/'>http://localhost.localdomain/</a> instead." ) 
     8        die( "<h2>Warning!</h2> Installing to http://localhost/ is not supported. Please use <a href='http://localhost.localdomain/'>http://localhost.localdomain/</a> instead." ); 
    99} 
    1010define('WP_INSTALLING', true);