26 Jul
2001
26 Jul
'01
6:23 p.m.
Try http://your.server/Control_Panel/manage_shutdown
If the user is authenticated.
To complete the answer: You can either put this up as a hyperlink somewhere else on the website or even use it like this <dtml-call "Control_Panel.manage_shutdown()"> ### you need the "()" because in Python expression syntax manage_shutdown is a method ... anywhere in your code. Joachim