Fix warning session_start()

This commit is contained in:
2026-04-15 11:16:44 +02:00
parent 0ee113601e
commit 3ffa3435a4
+5 -3
View File
@@ -1,3 +1,8 @@
<?php
session_start();
include 'db_conf.php';
?>
<!DOCTYPE html>
<html lang="it">
<head>
@@ -8,9 +13,6 @@
</head>
<body>
<?php
session_start();
include 'db_conf.php';
$error = '';
if ($_SERVER['REQUEST_METHOD'] === 'POST') {