. */ session_start(); if (!isset($_SESSION['log']) OR $_SESSION['log'] != 1) { echo ' '; if (isset($_GET['badlogin'])) { echo '

falsche Logindaten

'; } echo '

Webmail

Config-Login:

Neues Konto erstellen:

'; } else { header("Location: settings.php"); } ?>