forked from rebillar/site-accueil-insa
Final enigma Day 5 v2
This commit is contained in:
parent
fec5636f5e
commit
8d0f4e1ba4
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ $relativePath = "../";
|
||||||
Retour sur le site
|
Retour sur le site
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<hint>Trouvez la solution.</hint>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$pageContent = ob_get_clean(); // Store html content in variable
|
$pageContent = ob_get_clean(); // Store html content in variable
|
||||||
|
|
|
@ -11,7 +11,7 @@ $relativePath = "../";
|
||||||
Retour sur le site
|
Retour sur le site
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<hint>Vous possédez la solution.</hint>
|
|
||||||
<?php
|
<?php
|
||||||
$pageContent = ob_get_clean(); // Store html content in variable
|
$pageContent = ob_get_clean(); // Store html content in variable
|
||||||
$pageTitle = "Erreur 404";
|
$pageTitle = "Erreur 404";
|
||||||
|
|
Loading…
Reference in a new issue