From: Nicolas Boisselier Date: Wed, 20 Nov 2024 20:38:04 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f2e8b7258b462bada7ad4570f48f0758219fa2a2;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 5fe01754..55698582 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -1199,10 +1199,10 @@ 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 == '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()."\n"); - } elseif ($action == 'status') { $this->page($this,'status'); + } elseif ($action == 'status') { $this->page($this->status()); } elseif ($action == 'conf') { $this->page($this,'conf'); } elseif ($action == 'html') { $this->page(Mime::html($arg));