Update index.php

This commit is contained in:
Alexandre MOTTIER 2023-01-15 22:16:34 +01:00
parent 4dbb9dbb02
commit 479b33b6b5
Signed by: am
GPG Key ID: AF5BF6F50334C605
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -53,8 +53,8 @@ $conn->close();
</tbody>
</table>
<br>
<a href="class/class.clearcp.php" class="button">Supprimer les congés payés</a>
<a href="class/class.clearrtt.php" class="button">Supprimer les RTT</a>
<button onclick="window.location.href='class/class.clearcp.php'" class="button">Supprimer les congés payés</button>
<button onclick="window.location.href='class/class.clearrtt.php'" class="button">Supprimer les RTT</button>
<br><br>
<?php require('solde.php') ?>
</body>