HTTPS in module API [solved]
Posted: Mon Mar 30, 2009 4:07 am
I don't see anything in the API docs but I wanted to check here to be sure. Is there anything in the module API that can change the output of $this->CreateFormStart($id,'default',$returnid,'post','multipart/form-data');
from this:
to this:
I created a
CreateSecureFormStart($id, $action='default', $returnid='', $method='post', $enctype='', $inline=false, $idsuffix='', $params = array(), $extra='')
and included it within my module (so i can still use the default core install). It swaps the default action with an https: action.
from this:
to this:
I created a
CreateSecureFormStart($id, $action='default', $returnid='', $method='post', $enctype='', $inline=false, $idsuffix='', $params = array(), $extra='')
and included it within my module (so i can still use the default core install). It swaps the default action with an https: action.