Subversion Repositories personal-webbase

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
<?php
2
 
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
5
if ($aktion == 'change_configuration')
6
{
7
        wb_change_config('admin_mail', db_escape($admin_mail), $modul);
8
 
9
        if (!isset($vonmodul)) $vonmodul = 'admin_configuration';
10
        if (!isset($vonseite)) $vonseite = 'main';
11
 
12
        wb_redirect_now($_SERVER['PHP_SELF'].'?seite='.$vonseite.'&modul='.$vonmodul);
13
}
14
 
15
?>