summaryrefslogtreecommitdiffstats
path: root/application/helpers/filebin_helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/helpers/filebin_helper.php')
-rw-r--r--application/helpers/filebin_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/helpers/filebin_helper.php b/application/helpers/filebin_helper.php
index f6663144e..df4a453f7 100644
--- a/application/helpers/filebin_helper.php
+++ b/application/helpers/filebin_helper.php
@@ -181,7 +181,7 @@ function is_cli_client($override = null)
if ($is_cli === null) {
$is_cli = false;
// official client uses "fb-client/$version" as useragent
- $clients = array("fb-client", "libcurl", "pyfb");
+ $clients = array("fb-client", "libcurl", "pyfb", "curl/");
foreach ($clients as $client) {
if (isset($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'], $client) !== false) {
$is_cli = true;