commit 4c680ccd97a58811676e275490df5617f36111ab from: mischa date: Tue Sep 06 08:40:52 2022 UTC list_domains() in list-admin commit - b29d176d4bbc17480a33536d7a2085eb78789df5 commit + 4c680ccd97a58811676e275490df5617f36111ab blob - a1e2fbd9e523de3496398f741940118b07a6db3a blob + f784b1d9e1355f40e14316f809e873b921cc20e7 --- list-admin.php +++ list-admin.php @@ -28,6 +28,7 @@ $list_admins = array(); if ($_SERVER['REQUEST_METHOD'] == "GET") { if ($ROLE == ADMIN_ROLE) { $list_admins = list_admins(); + $list_domains = list_domains(); } } include './templates/header.tpl';