Changeset:
        571fb3bd6add
        
https://sourceforge.net/p/mrbs/hg-code/ci/571fb3bd6addb42059ddde35eba410b9c00f9303
Author:
        John Beranek <[email protected]>
Date:
        Thu May 28 08:11:01 2015 +0100
Log message:

Added an extra example 'unset' into systemdefaults.inc.php

diffstat:

 web/systemdefaults.inc.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 0f1a6605f943 -r 571fb3bd6add web/systemdefaults.inc.php
--- a/web/systemdefaults.inc.php        Fri Apr 03 17:00:44 2015 +0100
+++ b/web/systemdefaults.inc.php        Thu May 28 08:11:01 2015 +0100
@@ -668,6 +668,7 @@
 
 // 'auth_config' user database
 // Format: $auth["user"]["name"] = "password";
+unset($auth["user"]);              // Include this when copying to 
config.inc.php
 $auth["user"]["administrator"] = "secret";
 $auth["user"]["alice"] = "a";
 $auth["user"]["bob"] = "b";

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to