Changeset 1909


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.

Location:
trunk
Files:
1 added
49 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/images/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 );
  • trunk/admin/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 );
  • trunk/admin/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 );
  • trunk/doc/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 );
  • trunk/galleries/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 );
  • 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 );
  • 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 );
  • trunk/install/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 );
  • trunk/language/en_UK.iso-8859-1/help/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 );
  • trunk/language/en_UK.iso-8859-1/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 );
  • trunk/language/fr_FR.iso-8859-1/help/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 );
  • trunk/language/fr_FR.iso-8859-1/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 );
  • trunk/language/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 );
  • trunk/plugins/add_index/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: functions_calendar.inc.php 1900 2007-03-12 22:33:53Z rub $
    98// | last update   : $Date: 2006-07-18 23:38:54 +0200 (mar., 18 juil. 2006) $
    109// | last modifier : $Author: rub $
     
    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 );
  • trunk/plugins/add_index/language/en_UK.iso-8859-1/help/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 );
  • trunk/plugins/add_index/language/en_UK.iso-8859-1/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 );
  • trunk/plugins/add_index/language/fr_FR.iso-8859-1/help/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 );
  • trunk/plugins/add_index/language/fr_FR.iso-8859-1/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 );
  • trunk/plugins/add_index/language/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: functions_calendar.inc.php 1900 2007-03-12 22:33:53Z rub $
    98// | last update   : $Date: 2006-07-18 23:38:54 +0200 (mar., 18 juil. 2006) $
    109// | last modifier : $Author: rub $
     
    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 );
  • trunk/plugins/admin_advices/index.php

    r1907 r1909  
    11<?php
    2 $url = '../../';
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id$
     8// | last update   : $Date$
     9// | last modifier : $Author$
     10// | revision      : $Revision$
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
     25// +-----------------------------------------------------------------------+
     26
     27// Recursive call
     28$url = '../';
    329header( 'Request-URI: '.$url );
    430header( 'Content-Location: '.$url );
  • trunk/plugins/admin_multi_view/index.php

    r1907 r1909  
    11<?php
    2 $url = '../../';
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id$
     8// | last update   : $Date$
     9// | last modifier : $Author$
     10// | revision      : $Revision$
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
     25// +-----------------------------------------------------------------------+
     26
     27// Recursive call
     28$url = '../';
    329header( 'Request-URI: '.$url );
    430header( 'Content-Location: '.$url );
  • trunk/plugins/event_tracer/index.php

    r1907 r1909  
    11<?php
    2 $url = '../../';
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id$
     8// | last update   : $Date$
     9// | last modifier : $Author$
     10// | revision      : $Revision$
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
     25// +-----------------------------------------------------------------------+
     26
     27// Recursive call
     28$url = '../';
    329header( 'Request-URI: '.$url );
    430header( 'Content-Location: '.$url );
  • trunk/plugins/hello_world/index.php

    r1907 r1909  
    11<?php
    2 $url = '../../';
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id$
     8// | last update   : $Date$
     9// | last modifier : $Author$
     10// | revision      : $Revision$
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
     25// +-----------------------------------------------------------------------+
     26
     27// Recursive call
     28$url = '../';
    329header( 'Request-URI: '.$url );
    430header( 'Content-Location: '.$url );
  • trunk/plugins/index.php

    r1907 r1909  
    11<?php
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id$
     8// | last update   : $Date$
     9// | last modifier : $Author$
     10// | revision      : $Revision$
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
     25// +-----------------------------------------------------------------------+
     26
     27// Recursive call
    228$url = '../';
    329header( 'Request-URI: '.$url );
  • trunk/tags.php

    • Property eol-style deleted
  • trunk/template-common/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 );
  • trunk/template-extension/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 );
  • trunk/template-extension/yoga/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 );
  • trunk/template-extension/yoga/local/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 );
  • trunk/template/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 );
  • trunk/template/yoga/admin/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 );
  • trunk/template/yoga/icon/admin/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 );
  • trunk/template/yoga/icon/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 );
  • trunk/template/yoga/icon/mimetypes/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 );
  • trunk/template/yoga/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 );
  • trunk/template/yoga/mail/index.php

    r1900 r1909  
    55// | 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 );
  • trunk/template/yoga/mail/text/html/admin/index.php

    r1900 r1909  
    55// | 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 );
  • trunk/template/yoga/mail/text/html/index.php

    r1900 r1909  
    55// | 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 );
  • trunk/template/yoga/mail/text/index.php

    r1900 r1909  
    55// | 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 );
  • trunk/template/yoga/mail/text/plain/admin/index.php

    r1900 r1909  
    55// | 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 );
  • trunk/template/yoga/mail/text/plain/index.php

    r1900 r1909  
    55// | 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 );
  • trunk/template/yoga/theme/clear/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 );
  • trunk/template/yoga/theme/dark/images/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 );
  • trunk/template/yoga/theme/dark/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 );
  • trunk/template/yoga/theme/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 );
  • trunk/template/yoga/theme/p0w0/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 );
  • trunk/template/yoga/theme/wipi/images/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 );
  • trunk/template/yoga/theme/wipi/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 );
  • trunk/tools/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.