From ed404c620b03cbb98b3cc4ed4f615dede6b0428a Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 23 Aug 2025 14:39:39 +0000 Subject: [PATCH] Added config-entry for DCL --- application/controllers/Dcl.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Dcl.php b/application/controllers/Dcl.php index 3789e4d5a..3f498e14e 100644 --- a/application/controllers/Dcl.php +++ b/application/controllers/Dcl.php @@ -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']) {