summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-08-17 20:59:16 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-08-17 20:59:16 +0000
commitdf80bd72432011010dc0e91ab564659ca6b2c500 (patch)
treec68f957da32a382bf3a542b7e7f3e54b886483ca /lib/debug.lib.php
parent34d1449660437c2ea24dd55989efebf4e01d485f (diff)
downloadampache-df80bd72432011010dc0e91ab564659ca6b2c500.tar.gz
ampache-df80bd72432011010dc0e91ab564659ca6b2c500.tar.bz2
ampache-df80bd72432011010dc0e91ab564659ca6b2c500.zip
Refactored Last.FM recommendations; drop new dependency on curl since
Snoopy works just as well for this application.
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index e49cb065..4464447e 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -157,21 +157,6 @@ function check_php_pcre() {
} // check_php_pcre
/**
- * check_php_curl
- * This makes sure they have cURL (curl_???) support
- * compiled into PHP this is optional
- */
-function check_php_curl() {
-
- if (!extension_loaded('curl')) {
- return false;
- }
-
- return true;
-
-} // check_php_curl
-
-/**
* check_config_values
* checks to make sure that they have at least set the needed variables
*/