From: Ben Klang Date: Thu, 30 Jun 2005 05:27:42 +0000 (+0000) Subject: user manager page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8112f557b45fab5b59337cda448c11f3611e1ccd;p=horde.git user manager page git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@38 06cd67b6-e706-0410-b29e-9de616bca6e9 --- diff --git a/users.php b/users.php new file mode 100644 index 000000000..20fbf3fa6 --- /dev/null +++ b/users.php @@ -0,0 +1,18 @@ +getContexts())) { + $notification->push(_("You do not have permission to access this system.", + 'horde.error')); + exit(); +} + +print_r($shout->getUsers($context)); \ No newline at end of file