Browse Source

correccion en URL

Alejandro Granados 5 years ago
parent
commit
99dc40acdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/application/config/config.php

+ 1 - 1
www/application/config/config.php

@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | a PHP script and you can easily do that on your own.
 |
 */
-$config['base_url'] = 'http://calculadora.inverlec.solar';
+$config['base_url'] = 'https://calculadora.inverlec.solar';
 
 /*
 |--------------------------------------------------------------------------