mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added config-entry for DCL
This commit is contained in:
@@ -29,7 +29,6 @@ class Dcl extends CI_Controller {
|
||||
$token=($this->input->get('token',true) ?? '');
|
||||
if ( ($sig != '') && ($token != '')) {
|
||||
$data['is_valid']=$this->dcl_model->check_dcl_sig($token,$sig);
|
||||
// todo: Token import // Show / etc.
|
||||
$data['page_title'] = __("DCL Key Import");
|
||||
$data['token'] = $token;
|
||||
if ($data['is_valid']) {
|
||||
|
||||
Reference in New Issue
Block a user