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 140ee6c commit 369271c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions example/protectedHelloWorld.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
require_once "../alomprotection.php";
require_once "../alomtools.php";
alom_protect(__FILE__, [
"depth" => 1.5
"rounds" => [
"main" => [
"depth" => 1.5
]
]
]);

$var = "Hello i am hidden! find me";
Expand Down

0 comments on commit 369271c

Please sign in to comment.