aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/policy/private/session/createGroup.php
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/policy/private/session/createGroup.php')
-rw-r--r--mayor-orig/www/policy/private/session/createGroup.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/mayor-orig/www/policy/private/session/createGroup.php b/mayor-orig/www/policy/private/session/createGroup.php
new file mode 100644
index 00000000..a914ceaf
--- /dev/null
+++ b/mayor-orig/www/policy/private/session/createGroup.php
@@ -0,0 +1,12 @@
+<?php
+/*
+ Module: base/session
+*/
+
+ if (_RIGHTS_OK !== true) die();
+
+ global $toPolicy;
+
+ putCreateGroupForm($toPolicy);
+
+?>