getValue(PrmMng::PARAM_PATH_MUPLUGINS_NEW) . '/gd-system-plugin.php'; return file_exists($file); } /** * the init function. * is called only if isHosting is true * * @return void */ public function init() { } /** * * @return string */ public function getLabel() { return 'GoDaddy'; } /** * this function is called if current hosting is this */ public function setCustomParams() { PrmMng::getInstance()->setValue(PrmMng::PARAM_IGNORE_PLUGINS, array( 'gd-system-plugin.php', 'object-cache.php' )); } }