installer) and $server_xml->installer == "steamcmd") { $mod_xml = xml_get_mod($server_xml, $server_home['mod_key']); require_once("modules/steam_workshop/functions.php"); if(isset($mod_xml->installer_name) and !in_array((string)$mod_xml->installer_name, get_blacklist())) { $module_buttons = array( " Steam Workshop " ); } else $module_buttons = array(); } else $module_buttons = array(); ?>