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> <!DOCTYPE html>
<html lang="it"> <html lang="it">
<head> <head>
@@ -8,9 +13,6 @@
</head> </head>
<body> <body>
<?php <?php
session_start();
include 'db_conf.php';
$error = ''; $error = '';
if ($_SERVER['REQUEST_METHOD'] === 'POST') { if ($_SERVER['REQUEST_METHOD'] === 'POST') {