Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

config.inc.php.dist 336B

123456789101112131415
  1. <?php
  2. // Enables basic notification
  3. $config['newmail_notifier_basic'] = false;
  4. // Enables sound notification
  5. $config['newmail_notifier_sound'] = false;
  6. // Enables desktop notification
  7. $config['newmail_notifier_desktop'] = false;
  8. // Desktop notification close timeout in seconds
  9. $config['newmail_notifier_desktop_timeout'] = 10;
  10. ?>