source modif

master
Jeremy DUCOURTHIAL 3 years ago
parent 2614948a67
commit 1587a63084

@ -1,9 +1,6 @@
<html>
<body>
<?php
<body>
<?php
require_once("connection.php");
require_once("gatewayNews.php");
require_once("gatewayAdmins.php");
@ -38,7 +35,7 @@
echo 'erreur';
echo $Exception->getMessage();
}
?>
?>
</body>
</body>
</html>

@ -1,7 +1,7 @@
<?php
class sources
{
public string lien;
private string $lien;
public function __construct(string $lien)
{

Loading…
Cancel
Save