diff options
author | polo <ordipolo@gmx.fr> | 2023-07-24 12:50:42 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-07-24 12:50:42 +0200 |
commit | 3c35bd40e92ef11230d5ad3ea2d9dbe516508eb4 (patch) | |
tree | 650957460b0afb2809342471579e84dc865e1d40 /controller/ajax.php | |
parent | fdef77d4a8817b6e8940951f3301ad94bde0e6c6 (diff) | |
download | melaine-3c35bd40e92ef11230d5ad3ea2d9dbe516508eb4.zip |
MAJ normalize.css, bug gd image non .jpg, bug extension image en majuscules
Diffstat (limited to 'controller/ajax.php')
-rw-r--r-- | controller/ajax.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/ajax.php b/controller/ajax.php index 9272dea..1a4909e 100644 --- a/controller/ajax.php +++ b/controller/ajax.php | |||
@@ -43,6 +43,7 @@ if(isset($_GET['action']) && isset($_GET['page']) && $_GET['action'] == 'upload_ | |||
43 | 43 | ||
44 | 44 | ||
45 | // page restauration quand le fichier zip est lourd | 45 | // page restauration quand le fichier zip est lourd |
46 | // | ||
46 | // -> input file onchange | 47 | // -> input file onchange |
47 | if(isset($_GET['action']) && $_GET['action'] == 'restauration' | 48 | if(isset($_GET['action']) && $_GET['action'] == 'restauration' |
48 | && isset($_GET['file_name']) && isset($_GET['file_size'])) | 49 | && isset($_GET['file_name']) && isset($_GET['file_size'])) |