]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Preparing php debugging
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 29 Aug 2025 11:37:24 +0000 (07:37 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 29 Aug 2025 11:37:24 +0000 (07:37 -0400)
www/index.php [new symlink]
www/unimar.php

diff --git a/www/index.php b/www/index.php
new file mode 120000 (symlink)
index 0000000..af1907f
--- /dev/null
@@ -0,0 +1 @@
+home.php
\ No newline at end of file
index 960a3be85673abba920bc6a6b93fc6ae520e6360..a508534bb3593e9090271f28a10060979b2bf00c 100644 (file)
@@ -28,7 +28,7 @@ function mar_close($conn)
 {
 $OPEP="unimar.php, mar_close";
 
-mysql_close($conn);
+mysqli_close($conn);
 return 0;
 }
 ?>