. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ if (($RBAC_Response=$RBAC->userCanAccess("PM_SETUP"))!=1) return $RBAC_Response; //$oSMTPJSON = new Services_JSON(); //$oSMTPData = $oSMTPJSON->decode(stripslashes($_POST['data'])); //$sOutput = ''; G::LoadClass('setup'); $oSMTPSetup = new Setup(new DBConnection); $action = strtolower ( $_GET['action'] ); $data = $_GET; $arr = get_class_methods( get_class($oSMTPSetup) ); foreach ($arr as $method) { if ( $method == $action ) $oSMTPSetup->{$action} ( $_GET ); } ?>