forked from ZwiiCMS-Team/ZwiiCMS
12204 mise à jour depuis 11.5.12 sleep(2)
This commit is contained in:
parent
50a664638d
commit
eb9a894c0a
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mise à jour à partir de la version 11.5.12
|
* Mise à jour à partir de la version 11.5.13
|
||||||
* */
|
* */
|
||||||
$version = json_decode(file_get_contents('site/data/core.json'), true);
|
$version = json_decode(file_get_contents('site/data/core.json'), true);
|
||||||
if ($version['core']['dataVersion'] < 12000) {
|
if ($version['core']['dataVersion'] < 12000) {
|
||||||
@ -17,7 +17,8 @@ if ($version['core']['dataVersion'] < 12000) {
|
|||||||
is_dir('site/data/' . $key) &&
|
is_dir('site/data/' . $key) &&
|
||||||
!is_dir('site/data/' . $value)
|
!is_dir('site/data/' . $value)
|
||||||
) {
|
) {
|
||||||
rename('site/data/' . $key, 'site/data/' . $value);
|
$end = rename('site/data/' . $key, 'site/data/' . $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sleep(2);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user