00001 <?php 00002 header('location: import.php'); 00003 ?> 00004 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 00005 <html> 00006 <head> 00007 <title>PhpMap</title> 00008 <link rel="stylesheet" type="text/css" href="./templates/default/style.css" /> 00009 <meta http-equiv="refresh" content="1; URL=import.php" /> 00010 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 00011 </head> 00012 <body> 00013 <b>Sie werden weitergeleitet</b> 00014 </body> 00015 </html>