Skip to content
Snippets Groups Projects

Hotline #23767 fix base url define in cosmogramme

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Laurent
  • Ghislain Loas
    Ghislain Loas @gloas started a thread on the diff
    42 42 require_once("fonctions/date_heure.php");
    43 43 require_once("fonctions/variables.php");
    44 44
    45 require_once($basePath.'/../storm_init.php');
    46
    47
    48 45 define('BASE_URL', $cosmo_path->getBaseUrl());
    49 46 define('USERFILESPATH', $cosmo_path->getUserfilesPath());
    50 47
    48 require_once($basePath.'/../storm_init.php');
    49
    51 50 define("URL_BASE", $cosmo_path->getCosmoBaseUrl());
    52 51 define("URL_IMG", URL_BASE . "images/");
    53 52
    • Author Owner

      "La solution ne serait pas plutôt de bien définir BASE_URL" Le correctif redéfinit BASE_URL et est fail compatible sur les BASE_URL save en en BDD (notices de bib numérique)

  • Patrick Barroca mentioned in commit 8c8530

    mentioned in commit 8c8530

Please register or sign in to reply