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