10 Commits

Author SHA1 Message Date
d322845589 Added check to see if cURL could fetch the XML-file
If cURL fails in retrieving the XML-file, then exit
with a UNKNOWN state.
2014-08-15 10:59:19 +02:00
fef495ff7b Fixed some spelling errors and tuned the regexes
Replaced a-zåäö with \p{L} and fixed spelling errors
and replaced $program with PROGRAM on line 122.
Also added \u modifer to more places for UTF-8, just
in case.
2014-08-09 23:04:50 +02:00
277bcc5fb4 Added /u modifer for UTF-8 2014-08-03 17:22:18 +02:00
38370d9f27 Some code refactoring
- Replaced 'shell_exec("curl -s URL")' with PHP5 cURL function
- Replaced state-variables with constants
- Replaced version and program variables with constants
- Bumped version to 0.2
2014-07-31 11:13:34 +02:00
848ccbb741 Changed warning texts a bit 2014-07-27 19:24:34 +02:00
b9e6fc57c3 Added README and LICENSE, moved test file to testing 2014-07-27 18:53:14 +02:00
75e20d8481 Corrected some spelling errors and added copyright notice 2014-07-27 17:07:07 +02:00
9cbe7deedc Added a check to see if there's more than one warning 2014-07-27 17:00:25 +02:00
5cd5537f10 It's now in working state 2014-07-27 14:54:53 +02:00
00a5d742ca Initial commit 2014-07-27 12:37:21 +02:00