tomjrjones 0 Newbie Poster

please can somebody help me add an account to webnight commander here is the script where i add the account but i dont knwo what to do with it

/* USER ACCOUNTS. Uncomment # comments only */

$users = array();

//************* SAMPLE USER ACCOUNT - BEGIN
$users[] = array(

    // Username. REQUIRED!
    # 'username' => "user",

    // Password. REQUIRED! The password should be stored in its MD5 hash sum
    # 'password' => "1a1dc91c907325c69271ddf0c944bc72",

    // Default home directory. If not set, wnc.php directory will be selected
    # 'home' => "/path/to/user's/home/directory",

    // Allow access outside home directory. If not set - false
    # 'root' => true,
);
//************* SAMPLE USER ACCOUNT - END

// Repeat SAMPLE USER ACCOUNT section for more user accounts