Don't allow uploading .php or .js files using the filebox #1796

This commit is contained in:
Kijin Sung 2021-10-19 21:39:13 +09:00
parent 3467bf0ae3
commit 4fd1804d27
3 changed files with 7 additions and 1 deletions

View file

@ -131,3 +131,4 @@ $lang->cmd_set_multilingual_text = 'Set multilingual text';
$lang->cmd_remove_multilingual_text = 'Remove multilingual text';
$lang->use_site_default_skin = 'Use site default skin';
$lang->use_responsive_pc_skin = 'Use responsive PC skin';
$lang->msg_filebox_invalid_extension = 'This file format (%s) cannot be uploaded using the Filebox.';