X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a1b772ed96d84480ece5c35eb4c95b692fb63ecc..56857f47034f0f8ec87954b8ad60c4c6d65280ac:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index dd32195..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,