X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1e852867ef61f99a5b96369b986b9a858310af56..56857f47034f0f8ec87954b8ad60c4c6d65280ac:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 3b5066d..8f796f4 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -5,8 +5,9 @@ $GLOBALS['phorkie']['cfg'] = array( 'workdir' => __DIR__ . '/../repos/work/', 'tpl' => __DIR__ . '/templates/', 'baseurl' => '/', + 'avatars' => true, 'css' => '', - 'iconpng' => '', + 'iconpng' => '',//phorkie browser icon (favicon) 'title' => 'phorkie', 'topbar' => '', 'setupcheck' => true, @@ -14,6 +15,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'defaultListPage' => 'last',//a number or "last" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ 'linkback' => true,