diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-13 22:51:39 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-13 22:51:39 +0200 |
| commit | 2b6643574b2a0e527aea359a240018577d861275 (patch) | |
| tree | 120e1424727d61ab89da1453db8268e65dbd54fd /data/config.default.php | |
| parent | 53e6e11d2b3ffd73abdd166c3a3d983479fc3040 (diff) | |
| download | phorkie-2b6643574b2a0e527aea359a240018577d861275.tar.gz phorkie-2b6643574b2a0e527aea359a240018577d861275.zip | |
Moved GeSHi location variable to config.default.php
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index bd41d0d..8fb27a9 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -9,6 +9,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'topbar' => '', 'setupcheck' => true, 'elasticsearch' => null, + 'geshi' => 'MediaWiki/geshi/geshi/geshi.php' ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true, |
