Skip to content

Commit 189fc2a

Browse files
committed
Comments
1 parent 47f11cf commit 189fc2a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

curl.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?php
2-
/*
3-
* function to get via cUrl
4-
* From lastRSS 0.9.1 by Vojtech Semecky, webmaster @ webdot . cz
5-
* See http://lastrss.webdot.cz/
6-
*/
2+
73

84
function curlGet($URL) {
95
$ch = curl_init();
@@ -65,4 +61,4 @@ function get_description($url) {
6561

6662
return utf8_decode($my_description);
6763
}
68-
?>
64+
?>

0 commit comments

Comments
 (0)