From 5188e3a704e1f1dd9cf7de2366ee633a2b1cdf7b Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 31 Oct 2009 10:12:46 +0000 Subject: add admin email and admin users to default config dist file git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@482 b3834d28-1941-0410-a4f8-b48e95affb8f --- data/config.php.dist | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'data/config.php.dist') diff --git a/data/config.php.dist b/data/config.php.dist index 2615bc6..9fc37ca 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -103,4 +103,29 @@ $dbname = 'scuttle'; */ $dbhost = 'localhost'; + +/*************************************************** + * Users + */ + +/** + * Contact address for the site administrator. + * Used as the FROM address in password retrieval e-mails. + * + * @var string + */ +$adminemail = 'admin@example.org'; + +/** + * Array of user names who have admin rights + * + * Example: + * + * $admin_users = array('adminnickname', 'user1nick', 'user2nick'); + * + * + * @var array + */ +$admin_users = array(); + ?> -- cgit v1.2.3-54-g00ecf