From 6368d9d0cd40e8239cc584ee0bc16f5e3184f10e Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Sun, 31 Aug 2025 09:56:34 -0400 Subject: [PATCH] Seems we do not need unimar.php and unipos.php anymore --- www/devsql.php | 3 +-- www/{ => res}/unimar.php | 0 www/{ => res}/unipos.php | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename www/{ => res}/unimar.php (100%) rename www/{ => res}/unipos.php (100%) 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 -- 2.47.3