Skip to content

Commit

Permalink
Update sogo-auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cero1988 authored and DerLinkman committed Feb 8, 2024
1 parent 389eb99 commit 73a044e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/web/sogo-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
if (isset($_SERVER['PHP_AUTH_USER'])) {
// load prerequisites only when required
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/functions.inc.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/functions.auth.inc.php';
$username = $_SERVER['PHP_AUTH_USER'];
$password = $_SERVER['PHP_AUTH_PW'];
$is_eas = false;
Expand Down

0 comments on commit 73a044e

Please sign in to comment.