*/ class helper_plugin_vshare extends Plugin { /** * Loads the configures sites and their data * * @return array */ public static function loadSites() { return parse_ini_file(__DIR__ . '/sites.ini', true, INI_SCANNER_RAW); } }