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
 
14 daniel-mar 5
if ($wb_user_type < 2) die('Keine Zugriffsberechtigung');
12 daniel-mar 6
 
7
  if ($aktion == 'changekonfig')
8
  {
9
    ib_change_config('admin_mail', db_escape($admin_mail), $modul);
10
 
11
  if (!isset($vonmodul)) $vonmodul = 'admin_konfig';
12
  if (!isset($vonseite)) $vonseite = 'inhalt';
13
 
14
    if (!headers_sent()) header('location: '.$_SERVER['PHP_SELF'].'?seite='.urlencode($vonseite).'&modul='.urlencode($vonmodul));
15
  }
16
 
17
?>