Skip to content
Snippets Groups Projects
Commit c3ab995f authored by Safyrus's avatar Safyrus
Browse files

modif view

parent 08e0d97e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Requete1
{
switch ($type) {
case 1:
return $this->selectMario();
return $this->default();
break;
default:
return $this->notFound();
......@@ -41,7 +41,7 @@ class Requete1
RES;
}
private function selectMario()
private function default()
{
$res .= <<<RES
<!doctype html>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment