Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

config.inc.php.dist

<?php
/* piwik site id */
$rcmail_config['piwik_analytics_id'] = 4;
/* domain of your piwik installation */
$rcmail_config['piwik_analytics_url'] = 'noc.kolabsys.com/piwik/';
/* exclude private pages - analytics will works only for non-logged users */
$rcmail_config['piwik_analytics_privacy'] = false;
/* exclude the following templates */
$rcmail_config['piwik_analytics_exclude'] = Array(
);
// Possible templates:
// "message",
// "messagepreview",
// "compose",
// "editidentity",
// "editcontact",
// "showcontact"
// "message",
// "messagepart",
// "messagepreview",
// "messageerror",
// "showcontact",
// "addcontact",
// "editcontact",
// "importcontacts",
// "addressbook",
// "compose",
// "editidentity",
// "error",
// "identities",
// "login",
// "mail",
// "managefolders",
// "plugin",
// "settingsedit",
// "settings"
?>

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 1:41 AM (2 d, 13 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0a/a4/00b1c000328b945d61be39a29a79
Default Alt Text
config.inc.php.dist (1 KB)

Event Timeline