diff --git a/web/zmconfig.php.z b/web/zmconfig.php.z index b0e428450..81277d2b4 100644 --- a/web/zmconfig.php.z +++ b/web/zmconfig.php.z @@ -34,6 +34,7 @@ define( "MPEG_ENCODE_PATH", "./mpeg_encode" ); // Path to (optional) mpeg video define( "NETPBM_DIR", "/usr/bin" ); // Path to (optional) Netpbm utilities define( "MAX_EVENTS", 12 ); // The maximum number of events to show in the monitor event listing +define( "FAST_DELETE", 1 ); // Whether we only delete event DB records and leave zmaudit to do the rest define( "ALARM_POPUP", 1 ); // Whether the watch window jumps to front if an alarm occurs define( "ALARM_SOUND", "Yeow.wav" ); // A sound to play on alarm