summaryrefslogtreecommitdiff
path: root/plugins/af_unburn
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_unburn')
-rwxr-xr-xplugins/af_unburn/init.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/af_unburn/init.php b/plugins/af_unburn/init.php
index 72f8a2606..e5f43e40a 100755
--- a/plugins/af_unburn/init.php
+++ b/plugins/af_unburn/init.php
@@ -8,6 +8,10 @@ class Af_Unburn extends Plugin {
"fox");
}
+ function flags() {
+ return array("needs_curl" => true);
+ }
+
function init($host) {
$this->host = $host;