From 53b593400ce85533b626127a6290d93cbab65988 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Mon, 27 Jan 2014 13:29:49 +0100 Subject: [PATCH] Add settings for max tree depth and exclusion path. Fixes T8 --- conf/default.php | 3 +++ conf/metadata.php | 8 ++++++++ lang/en/settings.php | 3 +++ syntax.php | 9 +++++++-- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 conf/default.php create mode 100644 conf/metadata.php create mode 100644 lang/en/settings.php diff --git a/conf/default.php b/conf/default.php new file mode 100644 index 0000000..b2be1d4 --- /dev/null +++ b/conf/default.php @@ -0,0 +1,3 @@ +exclusion_mask = $this->getConf('exclusion_mask'); + $this->maxDepth = $this->getConf('treedepth'); + } function getInfo() {