Merge branch 'master' of ssh://git.nguyen.vg/hacks/simpleWebSlides
[hacks/simpleWebSlides.git] / unix_prog_web / password2.php
diff --git a/unix_prog_web/password2.php b/unix_prog_web/password2.php
deleted file mode 100644 (file)
index e257b59..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <body>
- <?php
-if (isset($_POST["name"])) {
-       echo "Bonjour, " . $_POST["name"];
-};
-
-?>
-  </body>
-</html>