Subversion Repositories personal-webbase

Rev

Go to most recent revision | Blame | 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 (!url_protokoll_vorhanden($url)) $url = 'http://'.$url;
  6.  
  7. wb_redirect_now($url);
  8.  
  9. ?>