Ignore:
Timestamp:
Mar 16, 2007, 7:15:27 AM (17 years ago)
Author:
rub
Message:

Update index.php header.

Don't use explicitly index.php on the recursive call.

Add missing index.php.

Chang tags.php svn properties.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/index.php

    r1900 r1909  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    2625// +-----------------------------------------------------------------------+
    2726
    28 // recursive call of index.php
    29 
    30 $url = '../index.php';
     27// Recursive call
     28$url = '../';
    3129header( 'Request-URI: '.$url );
    3230header( 'Content-Location: '.$url );
Note: See TracChangeset for help on using the changeset viewer.