With some work I've been doing it would be good to have some additional constants where they can be easily changed, is main.inc an ok place to do this? Will having extra lines in here make any difference to the install step_* scripts?
Thanks
Adding new constants to main.inc
ndrw
(Dw Andrew)
#1
gsherwood
(Greg Sherwood)
#2
Probably best not to put them in there because they may be removed during upgrades.
You might want to create another file in there and include at the bottom of main.inc. Then if anything changes during upgrades, all you lose (and need to check each time) is the include in main.inc instead of losing the actual values.