From: Nicolas Boisselier Date: Fri, 11 Oct 2024 08:53:53 +0000 (+0200) Subject: random_str new line X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=9632e642a9db42ec5a1b2127d55e291bfea8ba21;p=nb.git random_str new line --- 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));