source: extensions/ContactForm/language/de_DE/index.php @ 6645

Last change on this file since 6645 was 6645, checked in by Sugar888, 14 years ago

[extension]ContactForm - Add DE

File size: 1.9 KB
Line 
1<?php
2
3// +-----------------------------------------------------------------------+
4
5// | PhpWebGallery - a PHP based picture gallery                           |
6
7// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
8
9// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
10
11// +-----------------------------------------------------------------------+
12
13// | file          : $Id: index.php,v 1.1 2009/08/13 12:39:52 Criss Exp $
14
15// | last update   : $Date: 2009/08/13 12:39:52 $
16
17// | last modifier : $Author: Criss $
18
19// | revision      : $Revision: 1.1 $
20
21// +-----------------------------------------------------------------------+
22
23// | This program is free software; you can redistribute it and/or modify  |
24
25// | it under the terms of the GNU General Public License as published by  |
26
27// | the Free Software Foundation                                          |
28
29// |                                                                       |
30
31// | This program is distributed in the hope that it will be useful, but   |
32
33// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
34
35// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
36
37// | General Public License for more details.                              |
38
39// |                                                                       |
40
41// | You should have received a copy of the GNU General Public License     |
42
43// | along with this program; if not, write to the Free Software           |
44
45// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
46
47// | USA.                                                                  |
48
49// +-----------------------------------------------------------------------+
50
51
52
53// Recursive call
54
55$url = '../';
56
57header( 'Request-URI: '.$url );
58
59header( 'Content-Location: '.$url );
60
61header( 'Location: '.$url );
62
63exit();
64
65?>
66
Note: See TracBrowser for help on using the repository browser.