data/templates/revision-head.htm - ADD: display commit message
[phorkie.git] / data / config.default.php
index 7ecbda33dc02ecc7d61aa46fe9df0bf07aa053ce..da1624156fe5a92540eee913f74588a475e5c277 100644 (file)
@@ -15,6 +15,7 @@ $GLOBALS['phorkie']['cfg'] = array(
 $GLOBALS['phorkie']['auth'] = array(
     'secure'         => 0,                   // 0 = public, no authentication, 1 = protect adds/edits/deletes, 2 = use authentication
     'userlist'       => false,               // true = user must be explicitly defined, false = anyone allowed, but they must authenticate
+    'anonymousName'  => 'Anonymous',         // Email for non-authenticated commits
     'anonymousEmail' => 'anonymous@phorkie'  // Email for non-authenticated commits
 );
 $GLOBALS['phorkie']['tools'] = array(