diff --git a/html/header.php b/html/header.php index a3e3d3a..1bc34ec 100755 --- a/html/header.php +++ b/html/header.php @@ -20,7 +20,7 @@ include 'static.php';
-| No | -ID | -Service Name | -Input | -Output | -Video | -Audio | -Resolution | -V-Bitrate | -A-Bitrate | -Volume (dB) | -Status | -Actions | -
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $i++ ?> | -= $row['id'] ?> | -= $row["service_name"] ?> | -= $row["input_udp"] ?> | -= $row["output_udp"] ?> | -= $row["video_format"] ?> | -= $row["audio_format"] ?> | -= $row["resolution"] ?> | -= $row["video_bitrate"] ?> | -= $row["audio_bitrate"] ?> | -= $row["volume"] ?> dB | -= $row["service"] ?> | -- - - - | -
| No | +ID | +Service Name | +Input | +Output | +Video | +Audio | +Resolution | +V-Bitrate | +A-Bitrate | +Volume (dB) | +Status | +Actions | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $i++ ?> | += $row['id'] ?> | += $row["service_name"] ?> | += $row["input_udp"] ?> | += $row["output_udp"] ?> | += $row["video_format"] ?> | += $row["audio_format"] ?> | += $row["resolution"] ?> | += $row["video_bitrate"] ?> | += $row["audio_bitrate"] ?> | += $row["volume"] ?> dB | += $row["service"] ?> | ++ + | +