Install: Point Chamilo website reference to HTTPS version

pull/4393/head
Yannick Warnier 2 years ago
parent a0da8019d6
commit a371e9450f
  1. 4
      public/main/install/index.php

@ -225,7 +225,7 @@ if (!isset($_GET['running'])) {
$loginForm = 'admin'; $loginForm = 'admin';
$passForm = api_generate_password(); $passForm = api_generate_password();
$institutionUrlForm = 'http://www.chamilo.org'; $institutionUrlForm = 'https://chamilo.org';
$languageForm = api_get_language_isocode(); $languageForm = api_get_language_isocode();
$checkEmailByHashSent = 0; $checkEmailByHashSent = 0;
$userMailCanBeEmpty = 1; $userMailCanBeEmpty = 1;
@ -768,7 +768,7 @@ if (isset($_POST['step2'])) {
ob_end_clean(); ob_end_clean();
} }
$poweredBy = 'Powered by <a href="http://www.chamilo.org" target="_blank"> Chamilo </a> &copy; '.date('Y'); $poweredBy = 'Powered by <a href="https://chamilo.org" target="_blank">Chamilo</a> &copy; '.date('Y');
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>

Loading…
Cancel
Save