I am building an .htaccess file creator and obviously part of it is for
directory protection. I 'm just trying to figure out if I can do it all
with php or if I need to use exec() to use htpasswd. Basically, I got a
different result using php's md5() function than I did using Apache's
htpasswd executible(with the md5 option)
What is different between these two??????
--
Chris Mosser
directory protection. I 'm just trying to figure out if I can do it all
with php or if I need to use exec() to use htpasswd. Basically, I got a
different result using php's md5() function than I did using Apache's
htpasswd executible(with the md5 option)
What is different between these two??????
--
Chris Mosser
Comment