@ -1,9 +1,6 @@
<html>
<body>
<?php
require_once("connection.php");
require_once("gatewayNews.php");
require_once("gatewayAdmins.php");
@ -38,7 +35,7 @@
echo 'erreur';
echo $Exception->getMessage();
}
?>
</body>
</html>
@ -1,7 +1,7 @@
class sources
{
public string lien;
private string $lien;
public function __construct(string $lien)