removed unneeded code
This commit is contained in:
parent
06b1f4b495
commit
2fd7e2cb44
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ class KagiSummarizerExtension extends Minz_Extension {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handleConfigureAction() {
|
public function handleConfigureAction() {
|
||||||
$this->registerTranslates();
|
|
||||||
|
|
||||||
if (Minz_Request::isPost()) {
|
if (Minz_Request::isPost()) {
|
||||||
$kagi_token = Minz_Request::param('kagi_token', '');
|
$kagi_token = Minz_Request::param('kagi_token', '');
|
||||||
$prefix = 'https://kagi.com/search?token=';
|
$prefix = 'https://kagi.com/search?token=';
|
||||||
|
|
Loading…
Reference in a new issue