Skip to content

Commit

Permalink
* [FIX] Removed default regex for shown hosts because it isn't needed…
Browse files Browse the repository at this point in the history
…. Related #22
  • Loading branch information
nuxsmin authored and nuxsmin committed Apr 11, 2017
1 parent 8d26359 commit 6dd5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/SMD/Core/ConfigData.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ConfigData
/** @var string */
private $dbUserPass = 'nagiosql_pass';
/** @var string */
private $regexHostShow = '.*';
private $regexHostShow = '';
/** @var string */
private $regexServiceNoShow = '';
/** @var array */
Expand Down

0 comments on commit 6dd5e26

Please sign in to comment.