diff --git a/.gitignore b/.gitignore index f825628..84fbbd6 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,5 @@ fabric.properties # Built Visual Studio Code Extensions *.vsix +# Fichier cache +cache/ diff --git a/Project/php/cache/7d/7d23d818a9618a39f1bf95b3e694ad5c44a32007fb7602bc4dc5cebe7a55ad13.php b/Project/php/cache/7d/7d23d818a9618a39f1bf95b3e694ad5c44a32007fb7602bc4dc5cebe7a55ad13.php deleted file mode 100644 index 1dcc316..0000000 --- a/Project/php/cache/7d/7d23d818a9618a39f1bf95b3e694ad5c44a32007fb7602bc4dc5cebe7a55ad13.php +++ /dev/null @@ -1,185 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -
Essayez de mettre du code html dans nom -> Correspond à une attaque de type injection
- "; - } - - public function getTemplateName() - { - return "vuephp1.html"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 161 => 92, 156 => 89, 138 => 74, 132 => 71, 123 => 65, 116 => 60, 113 => 59, 104 => 57, 100 => 56, 97 => 55, 95 => 54, 90 => 51, 88 => 50, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "vuephp1.html", "/Applications/MAMP/htdocs/phptwig/templates/vuephp1.html"); - } -} diff --git a/Project/php/Vocabulaire.php b/Project/php/model/Vocabulaire.php similarity index 100% rename from Project/php/Vocabulaire.php rename to Project/php/model/Vocabulaire.php