RVE-2024-2 prevent loading cache file as external page

This commit is contained in:
Kijin Sung 2024-01-20 00:52:34 +09:00
parent 40b3dcd5f0
commit 1ef2a41971
3 changed files with 21 additions and 4 deletions

View file

@ -26,3 +26,6 @@ $lang->opage_proc_php = 'Execute PHP code';
$lang->opage_proc_tpl = 'Parse as Rhymix template';
$lang->page_management = 'Manage of page';
$lang->page_delete_warning = 'If you delete a page, the files of the page will be removed also.';
$lang->msg_not_selected_page = 'Page not selected.';
$lang->msg_invalid_opage_pc_path = 'Invalid path for the external document for PC.';
$lang->msg_invalid_opage_mobile_path = 'Invalid path for the external document for Mobile.';