diff --git a/html/pages/device/logs.inc.php b/html/pages/device/logs.inc.php new file mode 100644 index 000000000..9d6c4d024 --- /dev/null +++ b/html/pages/device/logs.inc.php @@ -0,0 +1,33 @@ +Logging » "); + +if ($vars['section'] == "eventlog") +{ echo('"); } + +echo(" | "); + +if ($vars['section'] == "syslog") +{ echo('"); } + +switch ($vars['section']) +{ + case 'syslog': + case 'eventlog': + include('pages/device/logs/'.$vars['section'].'.inc.php'); + break; + default: + print_optionbar_end(); + echo("