From: Christian Weiske Date: Mon, 2 Feb 2015 20:31:46 +0000 (+0100) Subject: support .conf-iguration files X-Git-Tag: v0.5.0~5 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/352cf1a07daa32c99c4e2b9f16cc26df8d42a298?ds=sidebyside support .conf-iguration files --- 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',