mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-16 19:49:28 +00:00
Bugfixx
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user