fixed typo
This commit is contained in:
parent
dbbfc7f14c
commit
5a2e11655c
@ -12,7 +12,7 @@ CREATE TABLE mDNS (
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
$hosts = [
|
$hosts = [
|
||||||
["hostname" => "hostname01", "password" => "password01"],
|
["user" => "hostname01", "pass" => "password01"],
|
||||||
];
|
];
|
||||||
foreach ($hosts as $host) : extract($host); ?>
|
foreach ($hosts as $host) : extract($host); ?>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user