Wiki source code of PRLeack

Last modified by tuska on 2016/04/21 16:08

Hide last authors
Thomas Mortagne 1.1 1 {{velocity}}
2 #if($request.getParameter('segfault'))
3 #if($xcontext.hasProgrammingRights())
4 You have PR, segfaulting the machine would be boring.
5 #else
tuska 4.1 6 #set($msg = {'xe.spaces.action.index': '{{groovy}} print "some groovy" {{/groovy}}'})
tuska 5.1 7 {{html clean="false"}}
Thomas Mortagne 1.1 8 #includeTopic('Main.Spaces')
tuska 5.1 9 {{/html}}
Thomas Mortagne 1.1 10 #end
11 #end
12 Do I have programming rights? $xcontext.hasProgrammingRights()
13 {{/velocity}}
14 [[Segfault me>>?segfault=me]]
tuska 3.1 15