Avoid mixed content warnings by letting Libravatar detect HTTPS connection.
[phorkie.git] / data / config.default.php
index dd3219583303764c7fadd58f0f118ee529ef53f5..8f796f4109b992afca7a901e1acae8873fe9de2e 100644 (file)
@@ -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,