]> git.nbdom.net Git - nb.git/commitdiff
random_str new line
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 11 Oct 2024 08:53:53 +0000 (10:53 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 11 Oct 2024 08:53:53 +0000 (10:53 +0200)
www/dbq/dbq.php

index e5a8ec6520a186153ed6e3693a70b2d695fd2db3..d9c351156b53a60629c40d61f16663ac6f00d5bb 100644 (file)
@@ -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));