Revert partiel 8abfde69
: Il ne faut pas de Path::combine pour les URLs !
Revert partiel : 8abfde69cc
This commit is contained in:
parent
c72e9beff8
commit
fad0e88a9a
|
@ -53,7 +53,7 @@ class Chemin {
|
|||
public function get_url() {
|
||||
// Config::get("url_base") DOIT se terminer par '/', tel que spécifié
|
||||
// dans config.php.
|
||||
return Path::combine(Config::get("url_base"), $this->get());
|
||||
return Config::get("url_base") . $this->get();
|
||||
}
|
||||
|
||||
public function get_fs_stockage() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user