Subversion Repositories personal-webbase

Rev

Rev 12 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 daniel-mar 1
<?php
2
 
14 daniel-mar 3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
12 daniel-mar 4
 
5
if (strpos($update_checkurl, '://') === false)
6
  $update_checkurl = 'http://'.$update_checkurl;
7
 
8
header('location: '.$update_checkurl);
9
 
10
?>