From: Jean-Marc Pigeon (Delson) Date: Fri, 29 Aug 2025 11:37:24 +0000 (-0400) Subject: Preparing php debugging X-Git-Tag: end-0.15~49 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=784101e335e231f1213118800c298b9784fc1a87;p=jmp%2Fmailleur Preparing php debugging --- diff --git a/www/index.php b/www/index.php new file mode 120000 index 0000000..af1907f --- /dev/null +++ b/www/index.php @@ -0,0 +1 @@ +home.php \ No newline at end of file diff --git a/www/unimar.php b/www/unimar.php index 960a3be..a508534 100644 --- a/www/unimar.php +++ b/www/unimar.php @@ -28,7 +28,7 @@ function mar_close($conn) { $OPEP="unimar.php, mar_close"; -mysql_close($conn); +mysqli_close($conn); return 0; } ?>