Skip to content
Snippets Groups Projects
Commit 78b29b81 authored by Loïc's avatar Loïc
Browse files

Résolution de l'erreur

parent 454246ff
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ class AccueilView
public function render()
{
$baseURL = $_SERVER['REQUEST_URI'];
$url1 = $this->app->urlFor("mario");
$url2 = $this->app->urlFor("japan");
$url3 = $this->app->urlFor("platformBase");
$url1 = $this->app->urlFor("tp2req1");
$url2 = $this->app->urlFor("tp2req2");
$url3 = $this->app->urlFor("tp2req3");
$url4 = $this->app->urlFor("gameNumber");
$url5 = $baseURL . "page/1";
$html = <<<HTML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment