forked from ZwiiCMS-Team/ZwiiCMS
Merge branch 'master' into dev10
This commit is contained in:
commit
44736d8979
@ -1105,13 +1105,13 @@ class common {
|
|||||||
$this->setData(['config', 'proxyType', 'tcp://' ]);
|
$this->setData(['config', 'proxyType', 'tcp://' ]);
|
||||||
$this->setData(['core', 'dataVersion', 9223]);
|
$this->setData(['core', 'dataVersion', 9223]);
|
||||||
}
|
}
|
||||||
// Version 9.3.00
|
// Version 9.2.27
|
||||||
if($this->getData(['core', 'dataVersion']) < 9300) {
|
if($this->getData(['core', 'dataVersion']) < 9227) {
|
||||||
// Forcer la régénération du thème
|
// Forcer la régénération du thème
|
||||||
if (file_exists(self::DATA_DIR.'theme.css') === false) {
|
if (file_exists(self::DATA_DIR.'theme.css') === false) {
|
||||||
unlink (self::DATA_DIR.'theme.css');
|
unlink (self::DATA_DIR.'theme.css');
|
||||||
}
|
}
|
||||||
$this->setData(['core', 'dataVersion', 9300]);
|
$this->setData(['core', 'dataVersion', 9227]);
|
||||||
}
|
}
|
||||||
// Version 10.0.00
|
// Version 10.0.00
|
||||||
if($this->getData(['core', 'dataVersion']) < 10000) {
|
if($this->getData(['core', 'dataVersion']) < 10000) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user