
# BEGIN TM_Dashboard
# This .htaccess file ensures that other people cannot download your backup files.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} !key=5ac1bb3c08f71c9fb64ef480d5d73023
RewriteRule (.*) - [F]
</IfModule>

# END TM_Dashboard