Subversion Repositories personal-webbase

Rev

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

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