>>>>>> pre-master class __TwigTemplate_2ce784f5b9085065b66af58be97997ff169e0f0d71d95a1d280acea4a24fd4e6 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->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() { <<<<<<< HEAD return "connexion.html"; ======= return "Connection.html"; >>>>>>> pre-master } 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() { <<<<<<< HEAD return new Source("", "connexion.html", "/Applications/MAMP/htdocs/phptwig/templates/connexion.html"); ======= return new Source("", "Connection.html", "/Applications/MAMP/htdocs/phptwig/templates/Connection.html"); >>>>>>> pre-master } }