aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-02-02 21:31:46 +0100
committerChristian Weiske <cweiske@cweiske.de>2015-02-02 21:32:34 +0100
commit352cf1a07daa32c99c4e2b9f16cc26df8d42a298 (patch)
treeeecdf06b76d919550ec273bbcc82a23b358c50be /data/config.default.php
parent55cdc68c7519323e43beb39bf3f12f8bbe116e02 (diff)
downloadphorkie-352cf1a07daa32c99c4e2b9f16cc26df8d42a298.tar.gz
phorkie-352cf1a07daa32c99c4e2b9f16cc26df8d42a298.zip
support .conf-iguration files
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php6
1 files changed, 6 insertions, 0 deletions
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',