| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/selltickets/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/selltickets/.htaccess | 
<Files *.php>
    <IfModule mod_authz_core.c>
          Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
        order allow,deny
	deny from all
    </IfModule>
</Files>
<FilesMatch "functions\.app\.php$">
       <IfModule mod_authz_core.c>
          Require all granted
       </IfModule>
       <IfModule !mod_authz_core.c>
        Allow from all
    </IfModule>
</FilesMatch>