Notice thrown, wrong regex
-
Hello. I have noticed that the plugin throws a notice that should be avoided.
in the ServerInfoV26x.php there is a reqex looking like this
/^# (\w+)$/
This throws a notice if it gets a row value of# oom-preventionI suggest altering the regex to this
/^# ([\w-]+)$/in order to also cover values including a-This is a problem for us, since a notice kills our helthchecks. Hope you can fix this fast 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Notice thrown, wrong regex’ is closed to new replies.