nt: Fix 7 digits modulo comparison
The statement for checking if the modulo of the sum of all numbers to 7
is not zero was instead comparing if it was higher or equal to one,
which excludes decimal numbers. This commit should fix that.
Merge pull request #1 from lunaisnotaboy/master
Format PHP files
Fixed loophole in NT algorithm
Added commentary to 95 algorithm
Made amount of keys a variable in 95 algorithm
Allowed more key generation on 95 algorithm
Fixed lastdig variables on NT gen
Fixed CD key algorithm for more key choice
Elevated key generation to 100
Redesigned main page a bit
Merge branch 'master' of github.com:mintphin/95gen