Should this be possible?
I know this isn't an issue with php, but since I used php to do this, I
figured maybe someone here has encountered the same thing, and knows how to
help.
Is this something that can be fixed by making some changes on the linux
server?

By using this:

<?
echo "<pre>";
include("/home/someuser/www/admin/.htaccess");
echo "</pre>";
?>

I can see what .htpasswd file is used, and then I can simply change the code
to display that particular password file, then take the encrypted password,
and decrypt it to gain access to that protected area.

I have a feeling this is a permissions issue on the Linux server...
Can anyone point me in the right direction with this?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to