DocFraggle
@esackbauer mentioned mailcow/mailcow-dockerized6429
I looked into index.php and have added this line at the beginning:
var_dump($_SERVER['DOCUMENT_ROOT']);
/web
was printed
until i added it under the line
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
After that it was not printed anymore.
I looked into index.php and have added this line at the beginning:
var_dump($_SERVER['DOCUMENT_ROOT']);
/web
was printed
until i added it under the line
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
From that line on /web
was not printed anymore.