query("SELECT `msg` FROM `$dbname`.`imprint` WHERE `text`=`adress`")->fetchAll(PDO::FETCH_UNIQUE|PDO::FETCH_ASSOC); $stats_user = $mysqlcon->query("SELECT `adress`,`email`,`phone`,`active_month`,`last_calculated` FROM `$dbname`.`stats_user` WHERE `uuid`='".$_SESSION[$rspathhex.'tsuid']."'")->fetch(); require_once('nav.php'); ?>

' . $lang['imprint_address'] . '

' . $cfg['imprint_address'] . '


' . $lang['imprint_email'] . '

' . $cfg['imprint_email'] . '


' . $lang['imprint_phone'] . '

' . $cfg['imprint_phone'] . '


' if ($cfg['imprint_notes'] != NULL) { echo '
' . $lang['imprint_notes'] . '

' . $cfg['imprint_notes'] . '

'; }; } else { echo '
' . $lang['module_disabled'] . '
'; } ?>