View Single Post
  #1  
Old 07-14-2009, 01:28 PM
arlecchina arlecchina is offline
Member
 
Join Date: Feb 2009
Posts: 65
Credits: 4,928
arlecchina
Default lang.php not included in forgotpass.php [ANSWERED]

I am organizing my lang.php file to include all the text so that it is easier to proof read and edit.

I noticed that the lang.php file was not included in the forgotpass.php file.

Normally it would say (as in other files) under Basic Configuration:
PHP Code:
include("lang/lang.php"); 
but it does not.

Is there any reason for this? If I were to add it to forgotpass.php would this create a security issue? The lang.php file is included in the login.php file so I don't see why it couldn't also be included in the forgotpass.php file.

Any confirmation that I'm not creating some huge security hole would be greatly appreciated. Thank you.
Reply With Quote