unnamed switch

This commit is contained in:
Adrien MALINGREY 2023-04-05 10:58:39 +02:00
parent cbad4f9fb0
commit e30a6f16fc

View File

@ -28,13 +28,13 @@ echo "-->\n";
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html lang='fr'> <html lang='fr'>
<head> <head>
<title>Tableau des VLANs - <?=$sysname[1]?></title> <title>Tableau des VLANs - <?=$sysname[1] ?? "Switch sans nom"?></title>
<link href="style.css" rel="stylesheet" /> <link href="style.css" rel="stylesheet" />
</head> </head>
<body> <body>
<header> <header>
<h1> <h1>
<div><?=$sysname[1]?></div> <div><?=$sysname[1] ?? "Switch sans nom"?></div>
<small><a href="https://<?=$address[1]?>" target="_blank"><?=$address[1]?></a></small> <small><a href="https://<?=$address[1]?>" target="_blank"><?=$address[1]?></a></small>
</h1> </h1>
</header> </header>