1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-11 07:59:18 +00:00

Merge fix for prereq path

This commit is contained in:
andryyy
2017-10-01 20:34:37 +02:00
parent 752a571607
commit 7cb3c416cb

View File

@@ -74,4 +74,4 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/triggers.inc.php';
init_db_schema();
if (isset($_SESSION['mailcow_cc_role'])) {
set_acl();
}
}