aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/policy/private/session/createGroup.php
blob: a914ceaf30704e6d74c7b2dffe818cca648f1241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/*
    Module:	base/session
*/

    if (_RIGHTS_OK !== true) die();

    global $toPolicy;

    putCreateGroupForm($toPolicy);

?>