How do i make my callback functions inaccessible to the browser?
- Single Page
Posted 04 July 2012 - 07:48 AM
Thanks,Dave
Posted 04 July 2012 - 18:06 PM
public function _my_custom_callback()
{
return "whatever";
}
it is not accessible from the url. You cannot even do : examples/_my_custom_callback it will not work.
Posted 04 July 2012 - 20:38 PM