Contents of '.htvar($config['passwd_file']).' file:

';
        readfile($config['passwd_file'])

	?>
	
method=post>
method=post name=form>

Add User or Change Password

User ID
Password
Verify Password

Missing or invalid password or password and password verification do not match.

" ?>

method=post>
'; system("htpasswd -bm $pwdfile $login $passwd 2>&1") ?>

method=post>
method=post name=form>

Remove User

User ID
'; system("htpasswd -D $pwdfile $login 2>&1") ?>

method=post>