.Merge branch 'master' of ssh://git.nguyen.vg/hacks/simpleWebSlides
[hacks/simpleWebSlides.git] / unix_prog_web / stat.php
diff --git a/unix_prog_web/stat.php b/unix_prog_web/stat.php
deleted file mode 100644 (file)
index 2b41efb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<body>
-<?php
-  if ($_FILES["fichier"]["error"] > 0) {
-          echo "Erreur lors de l'envoi du fichier<br/>\n";
-
-  } else {
-          echo "<ul>\n";
-                  foreach ($_FILES["fichier"] as $k => $v)
-                     echo "<li>${k} : ${v}</li>\n";
-          echo "</ul>\n";
-}
-?>
-</body>
-</html>
\ No newline at end of file