usage of protect\with

david000

New member
Can anyone explain the use of protect in the following code?
I'm new to php and I can't find any google the "Protec\with usage"

<html>
<?require_once 'protect.php';
Protect\with('form.php', 'my_password');?>
<body>

the code is from here # https://gist.github.com/4692807

Thanks
David
 
Back
Top