Skip to content
Snippets Groups Projects
Commit 219cce0f authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

ttttt

parent 4158cdc2
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,6 @@ $html .= '</table>';
$pdf->writeHTML($html, true, false, true, false, '');
$file_name = 'Dossiers_Inscription_Club_MatchZéro.pdf';
ob_end_clean();
$pdf->Output($file_name, 'D');
?>
\ No newline at end of file
......@@ -45,6 +45,6 @@ $html .= '</table>';
$pdf->writeHTML($html, true, false, true, false, '');
$nom_fichier = 'Programmes_Club_MatchZéro.pdf';
ob_end_clean();
$pdf->Output($nom_fichier, 'D');
?>
\ No newline at end of file
......@@ -42,5 +42,5 @@ $html .= '</table>';
$pdf->writeHTML($html, true, false, true, false, '');
$file_name = 'Planifications_Matchs_Club_MatchZéro.pdf';
ob_end_clean();
$pdf->Output($file_name, 'D');
\ No newline at end of file
<FilesMatch "\.(jpg|jpeg|png|mp4|pdf)$>
Order allow,deny
Allow from all
Satisfy any
</FilesMatch>
\ No newline at end of file
Options -Indexes
deny from all
\ No newline at end of file
<FilesMatch "\.(jpg|jpeg|png|mp4)$>
Order allow,deny
Allow from all
Satisfy any
</FilesMatch>
\ No newline at end of file
Options -Indexes
deny from all
\ No newline at end of file
<FilesMatch "\.(jpg|jpeg|png|mp4|pdf)$>
Order allow,deny
Allow from all
Satisfy any
</FilesMatch>
\ No newline at end of file
Options -Indexes
deny from all
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment