/etc/roundcube/plugins/emoticons/config.inc.php is in roundcube-plugins 1.3.6+dfsg.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | <?php
// Empty configuration for emoticons
// See /usr/share/roundcube/plugins/emoticons/config.inc.php.dist for instructions
// Check the access right of the file if you put sensitive information in it.
$config=array();
?>
|