Introduzione modalita' sviluppatore e vari change

This commit is contained in:
2025-10-03 10:15:25 +02:00
parent f91019b884
commit 35ff83d1d0
8 changed files with 53 additions and 8 deletions

View File

@@ -58,6 +58,11 @@ if (isset($_GET['delete'])) {
Nota: Questa pagina si vede meglio da computer desktop. Se sei da computer, puoi ignorare questo messaggio.
</p>
<p style="text-align: center;">Copyright (C) 2025 EmmeV. - Released under <a href="https://git.vichingo455.freeddns.org/emmev-code/orario/src/branch/stable/LICENSE.txt" target="_blank">GNU AGPL 3.0 License</a>.</p>
<?php
if (DEV_MODE) {
echo "<p>[DEBUG] Tipo di autenticazione: " . $_SESSION['auth_type'] . "</p>";
}
?>
</div>
</body>
</html>