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
This commit is contained in:
parent
adc00b25bb
commit
5188e3a704
1 changed files with 25 additions and 0 deletions
|
@ -103,4 +103,29 @@ $dbname = 'scuttle';
|
||||||
*/
|
*/
|
||||||
$dbhost = 'localhost';
|
$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:
|
||||||
|
* <code>
|
||||||
|
* $admin_users = array('adminnickname', 'user1nick', 'user2nick');
|
||||||
|
* </code>
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
$admin_users = array();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue