Update index.php

This commit is contained in:
Alexandre MOTTIER 2023-01-15 22:04:52 +01:00
parent b07b3ff28f
commit 0ed841df0f
Signed by: am
GPG Key ID: AF5BF6F50334C605
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -13,7 +13,7 @@
<body>
<h1>Gestion des congés - Affichage</h1>
<h2>Année en cours : <?php echo date('Y'); ?></h2>
<a href="saisie.php" class="button">Saisir des congés</a>
<button onclick="window.location.href='saisie.php'">Saisir des congés</button>
<br><br>
<?php
$sql = "SELECT * FROM $table";