Reply to Re: File extension .txt being added

Re: File extension .txt being added new!
by colin, 14 years, 5 months ago
You need to allow the MIME type for the HTML files:
$newmenu->no_script = false;
$newmenu->allowed[] = 'text/html';

Or, if you want to only allow HTML files:
$newmenu->no_script = false;
$newmenu->allowed = array('text/html');
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important