Skip to content

Commit

Permalink
Update pinghosts_edit.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasfrompir committed Jun 21, 2021
1 parent b276710 commit a719ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/pinghosts/pinghosts_edit.inc.php
Expand Up @@ -115,7 +115,7 @@
}
}
//options for 'HOST TYPE' (select)
$tmp=explode('|', DEF_TYPE_OPTIONS);
$tmp=explode('|', PING_TYPE_OPTIONS);
foreach($tmp as $v) {
if (preg_match('/(.+)=(.+)/', $v, $matches)) {
$value=$matches[1];
Expand Down Expand Up @@ -147,4 +147,4 @@

$out['SCRIPTS']=SQLSelect("SELECT ID, TITLE FROM scripts ORDER BY TITLE");

?>
?>

0 comments on commit a719ca6

Please sign in to comment.