Welcome Guest, Not a member yet? Register   Sign In
Send config variable to index.php?
#1

[eluser]spmckee[/eluser]
Greetings,

I am trying to implement a version switch and am running into issues.

In the index.php I am trying to change:

Code:
$application_folder .= "ver_1.0.1/app";
to
Code:
$application_folder .= "ver_".$app_version."/app";

I would like to pull the variable from a config file and I can do this almost everywhere else but the index.php is proving difficult. Any ideas?

Thanks,
SP


Messages In This Thread
Send config variable to index.php? - by El Forum - 01-22-2010, 01:43 PM
Send config variable to index.php? - by El Forum - 01-22-2010, 02:24 PM
Send config variable to index.php? - by El Forum - 01-22-2010, 03:53 PM
Send config variable to index.php? - by El Forum - 01-22-2010, 04:09 PM
Send config variable to index.php? - by El Forum - 01-22-2010, 04:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB