summaryrefslogtreecommitdiff
path: root/controller/ajax.php
diff options
context:
space:
mode:
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']))