Implemented $have_ent detection (enabled by $detect_ent, default)
[www.energie.vellum.cz.git] / redirect.php
1 <?php $cvs_id='$Id$';
2
3         $detect_ent=false;
4         include("common.php");
5
6         prepvar("location","[a-z]+://.*");
7
8         header("HTTP/1.0 301 Moved Permanently");
9         header("Location: $location");
10
11 ?>