From 352cf1a07daa32c99c4e2b9f16cc26df8d42a298 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 2 Feb 2015 21:31:46 +0100 Subject: [PATCH] support .conf-iguration files --- data/config.default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/config.default.php b/data/config.default.php index 5b56fc7..d603622 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -56,6 +56,12 @@ $GLOBALS['phorkie']['tools'] = array( * Key is the file extension */ $GLOBALS['phorkie']['languages'] = array( + 'conf' => array( + 'title' => 'Configuration', + 'mime' => 'text/ini', + 'geshi' => 'ini', + 'show' => false + ), 'css' => array( 'title' => 'CSS', 'mime' => 'text/css', -- 2.30.2