| Current Path : /home/semix18/public_html/galeria.hartmans.pl/install/ |
| Current File : /home/semix18/public_html/galeria.hartmans.pl/install/index.php |
<?php // +-----------------------------------------------------------------------+ // | This file is part of Piwigo. | // | | // | For copyright and license information, please view the COPYING.txt | // | file that was distributed with this source code. | // +-----------------------------------------------------------------------+ // Recursive call $url = '../'; header( 'Request-URI: '.$url ); header( 'Content-Location: '.$url ); header( 'Location: '.$url ); exit(); ?>