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