From 4f3835f45df4812135f16f388794649655538b30 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 8 Sep 2014 10:26:57 +0200 Subject: Improve output filters. Fix filters that could lead to filtered HTML output. Do not remove empty lines anymore, except for the last line. Do not try to loop over each line of the output if no filter are defined. --- includes/config.defaults.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index aca58ff..eb411f7 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -23,6 +23,9 @@ $config = array( 'order' => array('routers', 'commands', 'parameters', 'buttons') ), + // Filters + 'filters' => array(), + // Misc 'misc' => array( // Logs file when commands will be written -- cgit v1.2.3