summaryrefslogtreecommitdiff
path: root/view/backup.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/backup.php')
-rw-r--r--view/backup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/backup.php b/view/backup.php
index bbea60d..ec2e947 100644
--- a/view/backup.php
+++ b/view/backup.php
@@ -54,8 +54,8 @@ elseif(isset($_GET['action']) && $_GET['action'] == 'restauration')
54 ob_start(); 54 ob_start();
55?> 55?>
56 <h2>Restauration des données à partir d'une sauvegarde.</h2> 56 <h2>Restauration des données à partir d'une sauvegarde.</h2>
57 <p>Vous devez avoir créé précédemment un fichier dont le nom commence par <i>melaineDATA</i><br/> 57 <p>Vous devez avoir précédemment créé et téléchargé un fichier dont le nom commence par <i>melaineDATA</i><br/>
58 à la page <i>Sauvegarder les données.</i></p><br/> 58 sur la page <i>Sauvegarder les données.</i></p><br/>
59 59
60 <form method="post" enctype="multipart/form-data" action="index.php?from=<?= $from ?>&action=restauration" > 60 <form method="post" enctype="multipart/form-data" action="index.php?from=<?= $from ?>&action=restauration" >
61 <input id="archiveUpload" type="file" name="archive" accept=".zip" class="boutonBackup" onchange="sendFileSize();" ><br/> 61 <input id="archiveUpload" type="file" name="archive" accept=".zip" class="boutonBackup" onchange="sendFileSize();" ><br/>
@@ -78,7 +78,7 @@ elseif(isset($_GET['action']) && $_GET['action'] == 'restauration')
78 <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> 78 <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> -->
79 <link rel="icon" type="image/png" href="public/mouette-logo.png" > 79 <link rel="icon" type="image/png" href="public/mouette-logo.png" >
80 <link rel="stylesheet" type="text/css" href="public/css/normalize.css" /> 80 <link rel="stylesheet" type="text/css" href="public/css/normalize.css" />
81 <link rel="stylesheet" type="text/css" href="public/css/accueil.css" /> 81 <link rel="stylesheet" type="text/css" href="public/css/main.css" />
82<?php 82<?php
83if(isset($_GET['action']) && $_GET['action'] == 'restauration') 83if(isset($_GET['action']) && $_GET['action'] == 'restauration')
84{ 84{