Sukkot Dance Videos
In order to stay within the confines of our CCLI license, the use of
these videos is limited to those who plan to attend a Hebrew Roots festival where Hebraic Dance will be part of the program.
Please do not share these links with others.
//Set the password
$password = "12345678pw";
//Let the user access protected content on page if the password match with the password that you have provided
if (isset($_POST["password"]) && ($_POST["password"]=="$password")) { ?>
Congratulations! You have successfully accessed the password protected content!
Sorry...! The password you have provided was Wrong!
Enter correct password to see the protected content on this page