aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/index.php
blob: 954048b5c9ebaf4d10596abf517462c67bde0685 (plain)
1
2
3
4
5
6
7
<?php
$url = '../../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>