source: extensions/title/language/cs_CZ/index.php

Last change on this file was 32302, checked in by ddtddt, 3 years ago

[title] php7.4 Notice

File size: 610 bytes
RevLine 
[11661]1<?php
2// +-----------------------------------------------------------------------+
[32302]3// | This file is part of Piwigo.                                          |
[11661]4// |                                                                       |
[32302]5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
[11661]7// +-----------------------------------------------------------------------+
8
9// Recursive call
10$url = '../';
11header( 'Request-URI: '.$url );
12header( 'Content-Location: '.$url );
13header( 'Location: '.$url );
14exit();
15?>
Note: See TracBrowser for help on using the repository browser.