X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/51ea5529a3de85fb17518898892498e1337a88b7..d6276ca061f76ae1e810a7725402fe38e09c0b2b:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 253650d..fce74c1 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,4 +1,9 @@ null, 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'randomIds' => false, 'defaultListPage' => 'last',//a number or "last" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ @@ -38,6 +44,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, @@ -154,7 +161,8 @@ $GLOBALS['phorkie']['languages'] = array( 'txt' => array( 'title' => 'Text (plain)', 'mime' => 'text/plain', - 'geshi' => 'txt' + 'geshi' => 'txt', + 'renderer' => '\\phorkie\\Renderer_Plaintext' ), 'ts' => array( 'title' => 'TypoScript',