source: extensions/MostCommented/language/pl_PL/index.php @ 3909

Last change on this file since 3909 was 3909, checked in by patdenice, 15 years ago

Add pl language to Most Commented

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