Skip to content

Commit

Permalink
Updated to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avid0 authored Jul 7, 2021
1 parent 369271c commit e6e62bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/expiredHelloWorld.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$obfuscatored = AlomEncoder::Obfuscator(function(){
$var = "Hello I am hidden! find me";
print "Hello world!";
unset($var);
alom_protect_var($var);
}, $settings);
file_put_contents('expiredHelloWorld.obfs.php', $obfuscatored);

Expand Down

0 comments on commit e6e62bf

Please sign in to comment.