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
    if (!isset($vonmodul)) $vonmodul = 'admin_konfig';
16
    if (!isset($vonmodul)) $vonmodul = 'admin_konfig';
17
    if (!isset($vonseite)) $vonseite = 'inhalt';
17
    if (!isset($vonseite)) $vonseite = 'inhalt';
18
 
18
 
19
    if ((isset($zwischenspeichern)) && ($zwischenspeichern == '1'))
19
    if ((isset($zwischenspeichern)) && ($zwischenspeichern == '1'))
20
    {
20
    {
21
      if (!headers_sent()) header('location: '.$_SERVER['PHP_SELF'].'?seite=konfig&modul='.$modul.'&vonmodul='.$vonmodul.'&vonseite='.$vonseite);
21
      if (!headers_sent()) header('location: '.$_SERVER['PHP_SELF'].'?seite=konfig&modul='.urlencode($modul).'&vonmodul='.urlencode($vonmodul).'&vonseite='.urlencode($vonseite));
22
    }
22
    }
23
    else
23
    else
24
    {
24
    {
25
      if (!headers_sent()) header('location: '.$_SERVER['PHP_SELF'].'?seite='.$vonseite.'&modul='.$vonmodul);
25
      if (!headers_sent()) header('location: '.$_SERVER['PHP_SELF'].'?seite='.urlencode($vonseite).'&modul='.urlencode($vonmodul));
26
    }
26
    }
27
  }
27
  }
28
 
28
 
29
?>
29
?>