diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-02-02 21:31:46 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-02-02 21:32:34 +0100 |
| commit | 352cf1a07daa32c99c4e2b9f16cc26df8d42a298 (patch) | |
| tree | eecdf06b76d919550ec273bbcc82a23b358c50be | |
| parent | 55cdc68c7519323e43beb39bf3f12f8bbe116e02 (diff) | |
| download | phorkie-352cf1a07daa32c99c4e2b9f16cc26df8d42a298.tar.gz phorkie-352cf1a07daa32c99c4e2b9f16cc26df8d42a298.zip | |
support .conf-iguration files
| -rw-r--r-- | data/config.default.php | 6 |
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', |
