]> git.nbdom.net Git - nb.git/commitdiff
www/dbq/dbq.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 20 Nov 2024 20:38:04 +0000 (21:38 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 20 Nov 2024 20:38:04 +0000 (21:38 +0100)
www/dbq/dbq.php

index 5fe0175489faa81c06df65c0bf12db10c41b2cf5..55698582f7a46f07a094a9af202f09642794f826 100644 (file)
@@ -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));