Hi,I have a problem. For example,there is a controller controller.py: def doSomething(): return "you can access to the function"
I don't want everyone call this function,but he can call it by the url(http://localhost:8000/myapp/controller/doSomething).How can I prevent this? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

