Remove totally useless code fragment

This commit is contained in:
phl0
2026-01-03 13:28:16 +01:00
parent 6ccf435cf1
commit 2ecca4e782

View File

@@ -437,7 +437,6 @@ class Lotw extends CI_Controller {
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('error', __("You're not allowed to do that!")); redirect('dashboard'); }
$results = array();
$password = $password; // Only needed if 12 has a password set
$filename = file_get_contents('file://'.$file);
$worked = openssl_pkcs12_read($filename, $results, $password);