From 4af99726a5b62fe1f31c8531d8976651c7340aeb Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Sun, 14 Dec 2025 05:32:25 -0500 Subject: [PATCH] Discarding unilng.php module --- www/gesdis.php | 1 - www/gessql.php | 2 -- www/lvllog.php | 1 - www/lvlmai.php | 1 - www/lvlrmt.php | 3 +-- www/lvlusr.php | 2 +- www/{ => res}/unilng.php | 0 7 files changed, 2 insertions(+), 8 deletions(-) rename www/{ => res}/unilng.php (100%) diff --git a/www/gesdis.php b/www/gesdis.php index 14d53df..e2d9274 100644 --- a/www/gesdis.php +++ b/www/gesdis.php @@ -7,7 +7,6 @@ // //============================================================== include_once "unienv.php"; -include_once "unilng.php"; //============================================================== // diff --git a/www/gessql.php b/www/gessql.php index bad49ca..7374b41 100644 --- a/www/gessql.php +++ b/www/gessql.php @@ -293,13 +293,11 @@ while ($proceed==true) { break; case 5 : //getting user working language $dislang="en"; - $userlang=lng::en; $language=$stmt->fetch(PDO::FETCH_ASSOC)['lang']; rou_alert(0,"$OPEP, JMPDBG langage=$language"); if ($language!=NULL) { switch ($language) { case "FRA" : - $userlang=lng::fr; $dislang="fr"; break; case "ENG" : diff --git a/www/lvllog.php b/www/lvllog.php index 0750bad..b8317c3 100644 --- a/www/lvllog.php +++ b/www/lvllog.php @@ -7,7 +7,6 @@ //============================================================== include_once "subrou.php"; include_once "unienv.php"; -include_once "unilng.php"; include_once "gesdis.php"; include_once "gessql.php"; diff --git a/www/lvlmai.php b/www/lvlmai.php index 7e7e599..70efc2e 100644 --- a/www/lvlmai.php +++ b/www/lvlmai.php @@ -24,7 +24,6 @@ function tblheader(string $dsearch,int $numrec,int $offset,int $limit, string $s global $userlang; global $myfilename; -$date=gettranslate($userlang,"Date"); $filterOptions = [ 'smtpfrom' => 'Originator', 'rcptto' => 'Recipient', diff --git a/www/lvlrmt.php b/www/lvlrmt.php index ea8c105..478ce91 100644 --- a/www/lvlrmt.php +++ b/www/lvlrmt.php @@ -16,7 +16,6 @@ function tblheader(string $remoteip,int $numrec,int $offset,int $limit) global $userlang; $debut=$offset+1; -$email=gettranslate($userlang,"Remote SMTP server"); $STR = << @@ -52,7 +51,7 @@ $STR = <<
-$email: +Search diff --git a/www/lvlusr.php b/www/lvlusr.php index be6a3a6..616d09e 100644 --- a/www/lvlusr.php +++ b/www/lvlusr.php @@ -51,7 +51,7 @@ $STR = << -Email +Search diff --git a/www/unilng.php b/www/res/unilng.php similarity index 100% rename from www/unilng.php rename to www/res/unilng.php -- 2.47.3