From 5a2e11655c1087db78112569b50e10c1973fd455 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 25 Jun 2025 12:45:38 +0100 Subject: [PATCH] fixed typo --- central_db.sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_db.sql.php b/central_db.sql.php index f467209..3eb84d8 100644 --- a/central_db.sql.php +++ b/central_db.sql.php @@ -12,7 +12,7 @@ CREATE TABLE mDNS ( "hostname01", "password" => "password01"], + ["user" => "hostname01", "pass" => "password01"], ]; foreach ($hosts as $host) : extract($host); ?>