summaryrefslogtreecommitdiff
path: root/controller/ajax.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-07-24 12:50:42 +0200
committerpolo <ordipolo@gmx.fr>2023-07-24 12:50:42 +0200
commit3c35bd40e92ef11230d5ad3ea2d9dbe516508eb4 (patch)
tree650957460b0afb2809342471579e84dc865e1d40 /controller/ajax.php
parentfdef77d4a8817b6e8940951f3301ad94bde0e6c6 (diff)
downloadmelaine-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.php1
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
47if(isset($_GET['action']) && $_GET['action'] == 'restauration' 48if(isset($_GET['action']) && $_GET['action'] == 'restauration'
48 && isset($_GET['file_name']) && isset($_GET['file_size'])) 49 && isset($_GET['file_name']) && isset($_GET['file_size']))