test ville

This commit is contained in:
Theo Mougnibas 2023-09-03 12:27:28 +02:00
parent d026c3d57f
commit 6f847e9df6

View file

@ -39,7 +39,7 @@ if(isset($_POST['add_epreuve'])){
}
// limite de taille
if ($_FILES["photo"]["size"] > pow(2,25)) {
if ($_FILES["photo"]["size"] > pow(2,40)) {
$upload_state = 0;
}