From 784101e335e231f1213118800c298b9784fc1a87 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Fri, 29 Aug 2025 07:37:24 -0400 Subject: [PATCH] Preparing php debugging --- www/index.php | 1 + www/unimar.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 www/index.php 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; } ?> -- 2.47.3