piwigo/plugins/admin_multi_view/index.php

7 lines
131 B
PHP
Raw Normal View History

<?php
$url = '../../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>