forked from ZwiiCMS-Team/ZwiiCMS
Désactive TUI Image éditeur
This commit is contained in:
parent
9baf47f86c
commit
02fb491f9b
@ -3,6 +3,7 @@
|
|||||||
## Version 12.3.10
|
## Version 12.3.10
|
||||||
- Edition d'un utilisateur, sélection de la langue de sont interface.
|
- Edition d'un utilisateur, sélection de la langue de sont interface.
|
||||||
- Mise à jour du fichier dialog.php de Responsive File Manager
|
- Mise à jour du fichier dialog.php de Responsive File Manager
|
||||||
|
- Vulnérabilité dans ajax_call.php CVE-2020-10567, désactivation de TUI Editor et de la fonction save_image.
|
||||||
|
|
||||||
## Version 12.3.09
|
## Version 12.3.09
|
||||||
### Corrections
|
### Corrections
|
||||||
|
1
core/vendor/filemanager/ajax_calls.php
vendored
1
core/vendor/filemanager/ajax_calls.php
vendored
@ -79,6 +79,7 @@ if (isset($_GET['action'])) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'save_img':
|
case 'save_img':
|
||||||
|
break;
|
||||||
$info = pathinfo($_POST['name']);
|
$info = pathinfo($_POST['name']);
|
||||||
$image_data = $_POST['url'];
|
$image_data = $_POST['url'];
|
||||||
|
|
||||||
|
2
core/vendor/filemanager/config/config.php
vendored
2
core/vendor/filemanager/config/config.php
vendored
@ -487,7 +487,7 @@ $config = array(
|
|||||||
* TUI Image Editor config
|
* TUI Image Editor config
|
||||||
*******************/
|
*******************/
|
||||||
// Add or modify the options below as needed - they will be json encoded when added to the configuration so arrays can be utilized as needed
|
// Add or modify the options below as needed - they will be json encoded when added to the configuration so arrays can be utilized as needed
|
||||||
'tui_active' => true,
|
'tui_active' => false,
|
||||||
'tui_position' => 'bottom',
|
'tui_position' => 'bottom',
|
||||||
// 'common.bi.image' => "../assets/images/logo.png",
|
// 'common.bi.image' => "../assets/images/logo.png",
|
||||||
// 'common.bisize.width' => '70px',
|
// 'common.bisize.width' => '70px',
|
||||||
|
Loading…
Reference in New Issue
Block a user