I'm updating file merges from this mod to zc 1.3.9g. The only file I feel unsure with is includes/init_includes/init_canonical.php (which I presume goes in /init_includes/overrides/)
The Ceon 2 of 2 bit goes at the very end of this file in zc 1.3.9f, after the existing closing }
In the zc 1.3.9g file, the existing ends with:
PHP Code:
}
unset($excludeParams, $includeCPath);
Am I correct to place the Ceon 2 of 2 bit at the very end, following tghe unset phrase, or should it go after the } but before the new unset phrase?
TIA
Bookmarks