bernd
Passwort-Ändern geht jetzt auch für Subuser
bernd commited 3d226df at 2010-10-01 10:45:36
<?php
require_once('inc/db_connect.php');
require_once('inc/debug.php');
function config($key)
{
global $config;
if ($key == 'modules' && isset($_SESSION['restrict_modules']))
{
$modules = array();
foreach ($config['modules'] as $mod)
{
if (in_array($mod, $_SESSION['restrict_modules']))
$modules[] = $mod;
}
return $modules;
}
if (array_key_exists($key, $config))
return $config[$key];
/* read configuration from database */
$options = db_query( "SELECT `key`, value FROM misc.config" );
while( $object = mysql_fetch_assoc( $options ) ) {
$config[$object['key']]=$object['value'];
}
// Sonst wird das Passwort des webadmin-Users mit ausgegeben
$debug_config = $config;
unset($debug_config['db_pass']);
DEBUG($debug_config);
if (array_key_exists($key, $config))
return $config[$key];
else
logger(LOG_ERR, "inc/base", "config", "Request to read nonexistant config option »{$key}«.");
return NULL;
}
function redirect($target)
{
global $debugmode;
if (! $debugmode)
header("Location: {$target}");
die();
}
function my_server_id()
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX