liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Wed Mar 07, 2012 4:53 pm Post subject: |
|
|
There's no automatic exclusion. Local variables are obfuscated, so if your template variable references where to local variables then as expected they would not work. However in reality the template references might be to globals, or as is more likely, turned into array element references where the template variable becomes a key into an associative array and so not a direct variable reference at all. _________________ Community Admin |
|