2020-08-12 23:14:44 +00:00
|
|
|
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
/*
|
|
|
|
*
|
2023-07-27 07:16:55 +00:00
|
|
|
* Configuration file for all things relating to LoTW
|
2020-08-12 23:14:44 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
2023-03-31 21:30:08 +00:00
|
|
|
| Folder location for storing P12 certificate files on the system
|
2020-08-12 23:14:44 +00:00
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
2020-08-12 23:15:23 +00:00
|
|
|
| This folder must be outside of your www root for security reasons
|
2020-08-12 23:14:44 +00:00
|
|
|
|
|
|
|
|
*/
|
|
|
|
$config['lotw_keys_folder'] = "";
|
|
|
|
|