Password production for admin..

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
panprasath
Forum Newbie
Posts: 19
Joined: Thu Jul 24, 2008 3:35 am
Location: Chennai,Tamilnadu,India

Password production for admin..

Post by panprasath »

Any one should not see the other page without entering into the login page……(my php files in the dir:*/admin/…The login page is login.php…..it also contain index.php……if any one put the url */admin/index.php…it will so….but my thing is if any one put */admin/(anyfile name) then it will show the logion page first…..so that user authorization is conform by entering username and pass then only they are pirated to access other pages) how I do this…
Last edited by panprasath on Thu Jul 24, 2008 11:42 pm, edited 1 time in total.
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: Password production for admin..

Post by ghurtado »

Hi panprasath,

Your question is very confusing the way it's worded. Can you try to clarify? Thanks!
Post Reply