diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2017-08-25 07:40:01 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2017-08-25 08:25:10 +0200 |
| commit | 9c9ba79b708130c7f8593813504cf356cf09068f (patch) | |
| tree | c6eaa4fa53f0d4954bcff47e99cbd1dce6bafe66 /data/config.default.php | |
| parent | eb4315e7027566b402c908cc03ecaed2d04af99b (diff) | |
| download | phorkie-9c9ba79b708130c7f8593813504cf356cf09068f.tar.gz phorkie-9c9ba79b708130c7f8593813504cf356cf09068f.zip | |
Make GeSHi autoloading really work
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 4c37849..6e4c20c 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -43,6 +43,7 @@ $GLOBALS['phorkie']['cfg'] = array( a paste is created, edited or deleted */ ) ), + 'geshi' => 'geshi.php', ); $GLOBALS['phorkie']['auth'] = array( // 0 = public, no authentication, 1 = protect adds/edits/deletes, |
