Viewing File: /people/testlab/www/testlab.com.pl/Promocje/index.php

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://".$_SERVER['SERVER_NAME']."");
header("Connection: close");
exit;
?>
Back to Directory File Manager