git.cweiske.de
/
phorkie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cdc68
)
support .conf-iguration files
author
Christian Weiske
<
[email protected]
>
Mon, 2 Feb 2015 20:31:46 +0000
(21:31 +0100)
committer
Christian Weiske
<
[email protected]
>
Mon, 2 Feb 2015 20:32:34 +0000
(21:32 +0100)
data/config.default.php
patch
|
blob
|
history
diff --git
a/data/config.default.php
b/data/config.default.php
index 5b56fc7e16d87de96bdd0c60102c4276c03cc30f..d603622f0cf4207279d177f4915fc2016ee65016 100644
(file)
--- 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',