diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-16 16:31:44 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-16 16:31:44 +0000 | 
| commit | 715ddba1dcc1454000180bd2d30e553b3f036d0a (patch) | |
| tree | 93553aed95d6d1797c49c7bbf67ef8c8c81785a3 /config.inc.php.example | |
| parent | 5933ad03fa62712409029f729cb06c85a0757c95 (diff) | |
| download | semanticscuttle-715ddba1dcc1454000180bd2d30e553b3f036d0a.tar.gz semanticscuttle-715ddba1dcc1454000180bd2d30e553b3f036d0a.tar.bz2  | |
Interface fix: add config variable about rights of edition for admins [Config file modified: ].
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@283 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
| -rw-r--r-- | config.inc.php.example | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index a8086f5..1857250 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -30,6 +30,7 @@ $tableprefix = 'sc_';  # table prefix used for this installation. Do not use '-'  ### Users ###  $adminemail         = 'admin@example.org'; # Contact address for the site administrator. Used as the FROM address in password retrieval e-mails.  $admin_users = array(''); # admin users  = array('adminnickname', 'user1nick', 'user2nick'); +$adminsCanModifyBookmarksFromOtherUsers = true;  # 'true' if admin users can edit or delete bookmarks belonging to other users. Else 'false'.   $reservedusers      = array('all', 'watchlist'); # array of usernames that cannot be registered  # Antispam  $antispamQuestion = 'name of this application (no Caps)'; # antispamQuestion: A question to avoid spam  | 
