Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / accesslist.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {if $node.node_system_type eq 'private'}
10 <textarea class='small' name='access'>{$access}</textarea>
11 <br>
12 <center><input type='submit' name='event' value='accesslist'></center>
13 <br>
14 {/if}
15 {include file="modules/banlist.tpl"}
16
17
18
This page took 0.268648 seconds and 4 git commands to generate.