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
This commit is contained in:
2014-07-31 11:13:34 +02:00
parent 4ff4f37953
commit 38370d9f27
3 changed files with 34 additions and 19 deletions

7
HISTORY Normal file
View File

@@ -0,0 +1,7 @@
0.2 - 2014-07-31
Replaced 'shell_exec("curl -s URL")' with PHP cURL function
Replaced all state-variables with constants
Replaced version and program variables with constants
0.1 - 2014-07-27
First release of check_smhiwarn