Rewrote shell_exec(curl...) to PHP5 cURL function

* Added HISTORY file
* Bumped to version 0.2
* Updated README with PHP5 cURL module
This commit is contained in:
2014-07-31 13:37:07 +02:00
parent 0a91559a67
commit 72dae5c75b
3 changed files with 18 additions and 2 deletions

6
HISTORY Normal file
View File

@@ -0,0 +1,6 @@
0.1 - 2014-07-28
First release of wie
0.2 - 2014-07-31
Changed 'shell_exec(curl -s $URL)' to PHP5 cURL function
Added HISTORY file