forked from rebillar/site-accueil-insa
test ville
This commit is contained in:
parent
d026c3d57f
commit
6f847e9df6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if(isset($_POST['add_epreuve'])){
|
||||||
}
|
}
|
||||||
|
|
||||||
// limite de taille
|
// limite de taille
|
||||||
if ($_FILES["photo"]["size"] > pow(2,25)) {
|
if ($_FILES["photo"]["size"] > pow(2,40)) {
|
||||||
$upload_state = 0;
|
$upload_state = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue