Final enigma Day 5 v2

这个提交包含在:
Arthur 2019-08-22 19:18:31 +02:00
父节点 fec5636f5e
当前提交 8d0f4e1ba4
共有 2 个文件被更改,包括 1 次插入2 次删除

查看文件

@ -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";