This commit is contained in:
bison-paolo
2016-12-14 11:27:00 +01:00
parent 4b16accd33
commit 4f288b45b5
+1 -5
View File
@@ -23,7 +23,7 @@ class Redirect extends FHC_Controller
{
parent::__construct();
// The second parameter is used to avoiding name collisions in the config array
// Loads config file fhcomplete
$this->config->load('fhcomplete');
}
@@ -33,9 +33,5 @@ class Redirect extends FHC_Controller
{
redirect($this->config->item('addons_aufnahme_url') . '?token=' . $token);
}
else
{
$this->response();
}
}
}