From 15ece0f14c12536cdf6e14cf07f14487afb941fe Mon Sep 17 00:00:00 2001 From: chrisgfx Date: Sat, 3 Oct 2015 11:41:25 +0200 Subject: [PATCH] Create pulse.inc.php --- includes/discovery/os/pulse.inc.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 includes/discovery/os/pulse.inc.php diff --git a/includes/discovery/os/pulse.inc.php b/includes/discovery/os/pulse.inc.php new file mode 100644 index 0000000000..608403dc03 --- /dev/null +++ b/includes/discovery/os/pulse.inc.php @@ -0,0 +1,16 @@ + + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. Please see LICENSE.txt at the top level of + * the source code distribution for details. + */ +if (!$os) { + if (strstr($sysDescr, 'Pulse Connect Secure')) { + $os = 'pulse'; + } +}