From 6bf04fb78dddeef3d95a4dfd7de75546055e04b0 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 18 Mar 2024 16:02:34 +0100 Subject: Small fixes --- admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin.php') diff --git a/admin.php b/admin.php index a5012b8..24bd448 100644 --- a/admin.php +++ b/admin.php @@ -63,7 +63,7 @@ $services = $result->fetch_all(MYSQLI_ASSOC); nametypebilling ".$service['name']."".$service['type']."".$service['billing']."€/mo\n"; + echo "".$service['name']."".$service['type']."".$service['billing']."\n"; } ?> -- cgit v1.2.3