forked from ZwiiCMS-Team/ZwiiCMS
[9.2.16] export : stocke la réécriture dans la baseurl
This commit is contained in:
parent
867ce6569c
commit
ff060094e0
@ -1039,6 +1039,13 @@ class common {
|
|||||||
$this->setData(['theme','menu','burgerTitle',true]);
|
$this->setData(['theme','menu','burgerTitle',true]);
|
||||||
$this->setData(['core', 'dataVersion', 9215]);
|
$this->setData(['core', 'dataVersion', 9215]);
|
||||||
}
|
}
|
||||||
|
// Version 9.2.16
|
||||||
|
if($this->getData(['core', 'dataVersion']) < 9216) {
|
||||||
|
// Utile pour l'installation d'un backup sur un autre serveur
|
||||||
|
// mais avec la réécriture d'URM
|
||||||
|
$this->setData(['core', 'baseUrl', helper::baseUrl(true,false) ]);
|
||||||
|
$this->setData(['core', 'dataVersion', 9216]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user