});
} 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));