Added SSL
This commit is contained in:
@@ -119,6 +119,7 @@ Kohana::$config->attach(new Config_File);
|
||||
* Enable modules. Modules are referenced by a relative or absolute path.
|
||||
*/
|
||||
Kohana::modules(array(
|
||||
'ssl' => MODPATH.'ssl', // SSL Management Module
|
||||
'tsm' => MODPATH.'tsm', // TSM Module
|
||||
// 'lnauth' => MODPATH.'lnauth', // lnAuth Base Authentication Tools
|
||||
'lnapp' => MODPATH.'lnapp', // lnApp Base Application Tools
|
||||
|
Reference in New Issue
Block a user