bernd
Info-Seite über Mail-Login-Daten, vmail auf mehreren Servern
bernd commited 8561dcc at 2011-03-22 05:52:53
<?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 get_server_by_id($id) {
$id = (int) $id;
$result = mysql_fetch_assoc(db_query("SELECT hostname FROM system.servers WHERE id='{$id}'"));
return $result['hostname'];
}
function redirect($target)
{
global $debugmode;
if (! $debugmode)
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX