From: Jean-Marc Pigeon Date: Sun, 31 Aug 2025 13:56:34 +0000 (-0400) Subject: Seems we do not need unimar.php and unipos.php anymore X-Git-Tag: end-0.15~44 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=6368d9d0cd40e8239cc584ee0bc16f5e3184f10e;p=jmp%2Fmailleur Seems we do not need unimar.php and unipos.php anymore --- diff --git a/www/devsql.php b/www/devsql.php index 7bfd0f5..356914b 100644 --- a/www/devsql.php +++ b/www/devsql.php @@ -95,8 +95,7 @@ function sql_close(devsql $dbinfo) { $OPEP="devsql.php, sql_close"; -rou_alert(0,"$OPEP JMPDBG desconnect database"); -sleep(10); +rou_alert(0,"$OPEP JMPDBG disconnect database"); $dbinfo->connection=null; } diff --git a/www/unimar.php b/www/res/unimar.php similarity index 100% rename from www/unimar.php rename to www/res/unimar.php diff --git a/www/unipos.php b/www/res/unipos.php similarity index 100% rename from www/unipos.php rename to www/res/unipos.php