Thread: 2 Issues
View Single Post
  #8  
Old 03-01-2009, 12:52 AM
Saphira Saphira is offline
Member
 
Join Date: Jan 2009
Posts: 89
Credits: 8,523
Saphira
Default RE: 2 Issues

$username = $_POST
$admpassword = $_POST

^ They call info that the user has entered from the previous page to the functions page... Don't put the variables in there, otherwise you give everyone access to that account... You have to login to the admin panel with the last bit of info in the config file.
Reply With Quote