source: products/qPingTool/branches/plone-2.5/skins/qpingtool/save_ping_setup.cpy @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 399 bytes
Line 
1## Controller Python Script "createObject"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind state=state
7##bind subpath=traverse_subpath
8##parameters= enable_ping=0,ping_sites=[],REQUEST=None
9##title=
10##
11status, message = context.portal_pingtool.setupPing(context, enable_ping, ping_sites)
12return state.set(status=status, portal_status_message=message)
Note: See TracBrowser for help on using the repository browser.