kopia lustrzana https://github.com/magicbug/Cloudlog
20 wiersze
467 B
PHP
20 wiersze
467 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
/*
|
|
*
|
|
* Configuration file for all things relating to LOTW
|
|
*
|
|
*/
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Folder location for storing P12 certificate files on the system
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| This folder must be outside of your www root for security reasons
|
|
|
|
|
*/
|
|
$config['lotw_keys_folder'] = "";
|
|
|