My project has <? include 'functions.php' ?>. Function names in index.php have a functions from functions.php. After obfuscating, I get different function names - naturally the script stops working. Does the obfuscator support uniform names of function and variable names throughout the project, and not within a single file?
My project has
<? include 'functions.php' ?>. Function names in index.php have a functions from functions.php. After obfuscating, I get different function names - naturally the script stops working. Does the obfuscator support uniform names of function and variable names throughout the project, and not within a single file?