source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/controllers/plugin_jqmobile.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 125 bytes
Line 
1response.files = response.files[:3]
2response.menu = []
3
4
5def index():
6    return locals()
7
8
9def about():
10    return locals()
Note: See TracBrowser for help on using the repository browser.