# Deny direct browser access to all files
Options -Indexes
Order deny,allow
Deny from all

# Allow only gdrive_backup.php to run
<Files "gdrive_backup.php">
    Order allow,deny
    Allow from all
</Files>
