HObfus v2.04
$cfg["remove-comment"]

$cfg["remove-comment"] controls whether HObfus should remove all the HTML comment blocks ( <!-- ... --> ) from the Elements tab of DevTools.

Set $cfg["remove-comment"] to 1 to enable the feature that removes all the HTML comment blocks from the Elements tab of DevTools.

$cfg["remove-comment"]=1;

Set $cfg["remove-comment"] to 0 to disable the feature.

$cfg["remove-comment"]=0;
When $cfg["remove-comment"] is enabled, all the HTML comment blocks are removed from the Elements tab of DevTools, regardless of the locations of <?php HObfus_begin(); ?> and <?php HObfus_end(); ?>.

The default value of $cfg["remove-comment"] is 1 (enabled).

$cfg["remove-comment"]=1;

« Back
$cfg["remove-script"]
Next »
$cfg["return-output"]