Added code comments to thank PY2RAF
这个提交包含在:
父节点
eb8e4c0971
当前提交
232f8144fe
共有 1 个文件被更改,包括 16 次插入 和 0 次删除
|
|
@ -1,6 +1,22 @@
|
|||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Lotw extends CI_Controller {
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Controller: Lotw
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This Controller handles all things LOTW, upload and download.
|
||||
|
|
||||
|
|
||||
| Note:
|
||||
| If you plan on using any of the code within this class please credit
|
||||
| Cloudlog or Peter, 2M0SQL, a lot of hard work went into building the
|
||||
| signing of files.
|
||||
|
|
||||
| Big Thanks to Rodrigo PY2RAF for all the help and information about OpenSSL
|
||||
|
|
||||
*/
|
||||
|
||||
/* Controls who can access the controller and its functions */
|
||||
function __construct()
|
||||
|
|
|
|||
正在加载…
在新工单中引用