{assign var=title value="Protect Folder"} {include file="admin/header.inc.html"}

{$title|escape}

{if $error}
{foreach from=$error item=e}
  • {$e|escape} {/foreach}
  • {/if}
    {if $path eq ""} {else} {/if}
    Choose a folder for protection
    click Browse button to get help with selection
    Folder for protection
    {$path|escape}
    Protected URL
    If it has been correctly determined, keep it unchanged. You cannot just change this field value - if you need to protect another folder, return back and choose another folder. In any case Path and URL must point to the same folder!
    Choose a protection method
    it is better if you use one method for all your protected areas
    {foreach from=$protection_methods item=m} {if $m.disabled && $m.disabled[0] ne "#" }{/if} {$m.title} {if $m.disabled}({$m.disabled}){/if}
    {$m.description}
    {if $m.disabled}
    {/if} {/foreach}
    Require subscription
    user must have active subscription to one
    from the following products to access
    the protected area

    Just any active subscription is enough

                


    {include file="admin/footer.inc.html"}