Quote:
Originally Posted by J.P.
grep -Ev "^desired_username:" .htpasswd > .htpasswd.tmp;mv -f .htpasswd.tmp .htpasswd
you can use PHP's exec() function to execute this shell command... you will have to use full paths of course
|
lol, I had the command line earlier and I gave up trying to get it to work!
Thanks for the post though

)