From 9632e642a9db42ec5a1b2127d55e291bfea8ba21 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 11 Oct 2024 10:53:53 +0200 Subject: [PATCH] random_str new line --- www/dbq/dbq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index e5a8ec65..d9c35115 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -1263,7 +1263,7 @@ EOF; } elseif ($action == 'logout') { $this->page($this,'logout'); } elseif ($action == 'ssha_password') { $this->page($this,'ssha_password'); } elseif ($action == 'ssha512_password') { $this->page($this,'ssha512_password'); - } elseif ($action == 'random_str') { $this->page($this->random_str()); + } elseif ($action == 'random_str') { $this->page($this->random_str()."\n"); } elseif ($action == 'status') { $this->page($this,'status'); } elseif ($action == 'conf') { $this->page($this,'conf'); } elseif ($action == 'html') { $this->page(Mime::html($arg)); -- 2.47.3