<? /* * etc.passwd.inc v1.0 * * syntax: * verifypasswd(string username, string password) * * the function will return one of three values: * -2 if there was a file reading error * -1 if the password is incorrect * 0 if the username doesn't exist * 1 if the password is correct * * written by warmage ( [email protected] ) * */