Hi,
I just recieved an email asking me to patch up the BTS files by replacing certain code, and i realised that my code was a bit different from the one listed...
code found in my oscmax -->
e.g.
<?php if ($javascript) { require(DIR_WS_JAVASCRIPT . $javascript); } ?>
code that was supposed to be replaced -->
e.g.
<?php if ($_javascript) { require(DIR_WS__JAVASCRIPT . $_javascript); } ?>
Should i be replacing the code since i couldnt find any code the resembles that except for the one i showed? or should i remove the underscore?
Bookmarks