keatoh
Mon 19 March 2007, 01:50 pm GMT +0100
Greetings:
I tried to do this:
include($_SERVER['DOCUMENT_ROOT'].$sec_path."access_user_class.php");
but it's not working the way I wanted.
I am trying to make the access_user_class.php include line in everypage more dynamic. So it will allow me to move/change the "classes/access_user" to for example "protected" by changing the config file $sec_path.
Is there a solution for this?
Thanks
I tried to do this:
include($_SERVER['DOCUMENT_ROOT'].$sec_path."access_user_class.php");
but it's not working the way I wanted.
I am trying to make the access_user_class.php include line in everypage more dynamic. So it will allow me to move/change the "classes/access_user" to for example "protected" by changing the config file $sec_path.
Is there a solution for this?
Thanks