From 1ada1a9817d9041099240c2a0fe4edf095655723 Mon Sep 17 00:00:00 2001
From: Lucas <lucas.briffon@ensiie.fr>
Date: Wed, 18 Dec 2019 21:11:40 +0100
Subject: [PATCH] minor folder changes

---
 .../R\303\251trospective PIMA 1.html"         |  0
 inscription/inscription_student.php           | 29 -------------------
 inscription/inscription_teacher.php           | 29 -------------------
 3 files changed, 58 deletions(-)
 rename "R\303\251trospective PIMA 1.html" => "Pr\303\251sentation/R\303\251trospective PIMA 1.html" (100%)
 delete mode 100644 inscription/inscription_student.php
 delete mode 100644 inscription/inscription_teacher.php

diff --git "a/R\303\251trospective PIMA 1.html" "b/Pr\303\251sentation/R\303\251trospective PIMA 1.html"
similarity index 100%
rename from "R\303\251trospective PIMA 1.html"
rename to "Pr\303\251sentation/R\303\251trospective PIMA 1.html"
diff --git a/inscription/inscription_student.php b/inscription/inscription_student.php
deleted file mode 100644
index 4acec8f..0000000
--- a/inscription/inscription_student.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-$title = 'Projet PIMA';
-include("/opt/lampp/htdocs/pima/head.php");
-?>
-</head>
-
-<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
-
-<section class="wrapper style1">
-    <div class="container">
-        <div id="content">
-            <article>
-                <header>
-                    <h2>Inscription en tant qu'élève</h2>
-                </header>
-            </article>
-
-            <?php
-            inscription_student($bdd);
-
-
-    		if (isset($_POST['reset'])){
-    			fill_table($bdd);
-    		}?>
-        </div>
-
-    </div>
-</section>
-<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>
diff --git a/inscription/inscription_teacher.php b/inscription/inscription_teacher.php
deleted file mode 100644
index 55b8e9b..0000000
--- a/inscription/inscription_teacher.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-$title = 'Projet PIMA';
-include("/opt/lampp/htdocs/pima/head.php");
-?>
-</head>
-
-<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
-
-<section class="wrapper style1">
-    <div class="container">
-        <div id="content">
-            <article>
-                <header>
-                    <h2>Inscription en tant que professeur</h2>
-                </header>
-            </article>
-
-            <?php
-            inscription_teacher($bdd);
-
-
-            if (isset($_POST['reset'])){
-                fill_table($bdd);
-            }?>
-        </div>
-
-    </div>
-</section>
-<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>
-- 
GitLab