3 if (!defined('GNUSOCIAL')) { exit(1); }
6 * Backwards compatible class for plugins for GNU social <1.2
7 * and thus only have the class StatusNet defined.
11 public static function getActivePlugins()
13 return GNUsocial::getActivePlugins();
16 public static function isHTTPS()
18 return GNUsocial::isHTTPS();