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

[eluser]danmontgomery[/eluser]
Just declare a constant at the very top of index.php

Code:
define('APP_VERSION', '1.0.1');

...

$application_folder .= "ver_" . APP_VERSION . "/app";


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