| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/3951574/root/tmp/ |
Upload File : |
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Anmelden · ArNi Solutions CRM</title>
<link rel="stylesheet" href="/assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/vendor/fontawesome/css/all.min.css">
<link rel="stylesheet" href="/assets/css/fonts.css">
<link rel="stylesheet" href="/assets/css/app.css">
</head>
<body class="crm-auth-body">
<div class="crm-auth-card">
<div class="crm-auth-brand">
<i class="fa-solid fa-bolt"></i>
<h1>ArNi Solutions CRM</h1>
<p class="text-muted mb-0">Bitte anmelden</p>
</div>
<form method="post" action="/index.php?r=login" autocomplete="off">
<input type="hidden" name="_csrf" value="4410a1a3368ee55c43eb8bbf41e2dad0835273d9828d2e78e3e7168644221e9b"> <div class="mb-3">
<label class="form-label">E-Mail</label>
<div class="input-group">
<span class="input-group-text"><i class="fa-solid fa-envelope"></i></span>
<input type="email" name="email" class="form-control" required autofocus
value="" placeholder="name@firma.de">
</div>
</div>
<div class="mb-4">
<label class="form-label">Passwort</label>
<div class="input-group">
<span class="input-group-text"><i class="fa-solid fa-lock"></i></span>
<input type="password" name="password" class="form-control" required placeholder="••••••••">
</div>
</div>
<button class="btn btn-primary w-100" type="submit">
<i class="fa-solid fa-right-to-bracket me-1"></i> Anmelden
</button>
</form>
</div>
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>