From 8112f557b45fab5b59337cda448c11f3611e1ccd Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 30 Jun 2005 05:27:42 +0000 Subject: [PATCH] user manager page git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@38 06cd67b6-e706-0410-b29e-9de616bca6e9 --- users.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 users.php 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 -- 2.11.0