CLEAN: Corrected spacing
authorJustin J. Novack <jnovack@gmail.com>
Tue, 18 Sep 2012 10:51:56 +0000 (06:51 -0400)
committerJustin J. Novack <jnovack@gmail.com>
Tue, 18 Sep 2012 10:51:56 +0000 (06:51 -0400)
data/config.default.php

index a0270b51e90c4bb4078964c0251d9c11196eb7fb..a0877678344dccf15e30eaee6aec9452b90a8536 100644 (file)
@@ -17,9 +17,9 @@ $GLOBALS['phorkie']['auth'] = array(
     // 2 = require authentication
     'securityLevel'   => 0,
     'listedUsersOnly' => false,
     // 2 = require authentication
     'securityLevel'   => 0,
     'listedUsersOnly' => false,
-    'users' => array(),                      // Array of OpenIDs that may login
-    'anonymousName'  => 'Anonymous',         // Email for non-authenticated commits
-    'anonymousEmail' => 'anonymous@phorkie', // Email for non-authenticated commits
+    'users'           => array(),             // Array of OpenIDs that may login
+    'anonymousName'   => 'Anonymous',         // Email for non-authenticated commits
+    'anonymousEmail'  => 'anonymous@phorkie', // Email for non-authenticated commits
 );
 $GLOBALS['phorkie']['tools'] = array(
     '\\phorkie\\Tool_Xmllint' => true,
 );
 $GLOBALS['phorkie']['tools'] = array(
     '\\phorkie\\Tool_Xmllint' => true,