Changeset 1909 for trunk/install/db


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/install/db/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$
    9 // | last update   : $Date: 2006-03-15 23:44:35 +0100 (mer., 15 mars 2006) $
    10 // | last modifier : $Author: plg $
    11 // | revision      : $Revision: 1082 $
     7// | file          : $Id: functions_calendar.inc.php 1900 2007-03-12 22:33:53Z rub $
     8// | last update   : $Date: 2006-07-18 23:38:54 +0200 (mar., 18 juil. 2006) $
     9// | last modifier : $Author: rub $
     10// | revision      : $Revision: 1481 $
    1211// +-----------------------------------------------------------------------+
    1312// | This program is free software; you can redistribute it and/or modify  |
     
    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.