Subversion Repositories personal-webbase

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 8
Line 16... Line 16...
16
      $check = inetconn_ok();
16
      $check = inetconn_ok();
17
 
17
 
18
      if (!headers_sent())
18
      if (!headers_sent())
19
      {
19
      {
20
        if ($check)
20
        if ($check)
21
          header('location: '.$_SERVER['PHP_SELF'].'?seite='.$vonseite.'&modul='.$vonmodul);
21
          header('location: '.$_SERVER['PHP_SELF'].'?seite='.urlencode($vonseite).'&modul='.urlencode($vonmodul));
22
        else
22
        else
23
          header('location: '.$_SERVER['PHP_SELF'].'?seite=konfig&modul='.$modul.'&vonseite='.$vonseite.'&vonmodul='.$vonmodul);
23
          header('location: '.$_SERVER['PHP_SELF'].'?seite=konfig&modul='.urlencode($modul).'&vonseite='.urlencode($vonseite).'&vonmodul='.urlencode($vonmodul));
24
      }
24
      }
25
    }
25
    }
26
 
26
 
27
?>
27
?>