]> git.wh0rd.org - tt-rss.git/blobdiff - classes/plugin.php
only stop inline feed updates with open_basedir enabled if there are any plugins...
[tt-rss.git] / classes / plugin.php
index 8fbacf363a82d65de5da8da8be0c73e344a578f9..01ac46bae28bf0814eea624b5f9f47f807bde3fd 100644 (file)
@@ -15,6 +15,13 @@ class Plugin {
                return array(1.0, "plugin", "No description", "No author", false);
        }
 
+       function flags() {
+               /* associative array, possible keys:
+                       needs_curl = boolean
+               */
+               return array();
+       }
+
        function get_js() {
                return "";
        }