mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Don't allow uploading .php or .js files using the filebox #1796
This commit is contained in:
parent
3467bf0ae3
commit
4fd1804d27
3 changed files with 7 additions and 1 deletions
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue