gestion d'erreur

feature/article
mapoint2 1 year ago
parent c39a62aa68
commit fa388c96e1

@ -1,7 +1,7 @@
<?php
//chargement config
require_once __DIR__ . '/config/config.php';
require_once __DIR__ . '/src/config/config.php';
require __DIR__ . '/vendor/autoload.php';

@ -6,13 +6,11 @@
</head>
<body>
{% for value in dVue.data %}
<p>
{% for article in value}
{% for article in value %}
<p>
{{article}}
</p>
{% endfor %}
</p>
{% endfor %}
</body>
</html>
Loading…
Cancel
Save