Changeset 623

Show
Ignore:
Timestamp:
07/02/06 23:13:22 (2 years ago)
Author:
donncha
Message:

Don't call index-install.php directly

Files:

Legend:

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

    r617 r623  
    11<?php 
     2// don't ever call this file directly! 
     3if( strpos( $_SERVER["REQUEST_URI"], 'index-install.php' ) ) { 
     4        header( "Location: index.php" ); 
     5        die(); 
     6} 
    27define('WP_INSTALLING', true); 
    38