Changeset 405 for trunk/install.php


Ignore:
Timestamp:
Mar 31, 2004, 10:43:09 PM (20 years ago)
Author:
z0rglub
Message:

redirections modification : use of a HTML refresh page instead of header PHP
function. The purpose is to avoid redirections failure when extra characters
are found in included PHP files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r400 r405  
    181181// Is phpBB already installed? Yes? Redirect to the index
    182182if (defined("PHPWG_INSTALLED"))
    183 
    184   header( 'Location: index.php' );
    185   exit;
     183{
     184  die( 'PhpWebGallery is already installed' );
    186185}
    187186
Note: See TracChangeset for help on using the changeset viewer.