Skip to content

Commit

Permalink
Fixed issue #5083: default config doesn't allow jpeg ressource ( Patc…
Browse files Browse the repository at this point in the history
…h by dodev )

Dev : Add jpe and jpeg in allowed extension in config-defaults

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9970 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shnoulle committed Apr 6, 2011
1 parent c6ed6b3 commit 1054d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-defaults.php
Expand Up @@ -86,9 +86,9 @@

$defaulttemplate = 'default'; // This setting specifys the default theme used for the 'public list' of surveys

$allowedtemplateuploads = 'gif,ico,jpg,png'; // File types allowed to be uploaded in the templates section.
$allowedtemplateuploads = 'gif,ico,jpg,jpe,jpeg,png'; // File types allowed to be uploaded in the templates section.

$allowedresourcesuploads = '7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,ico,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,xml,zip,pstpl,css,js'; // File types allowed to be uploaded in the resources sections, and with the HTML Editor
$allowedresourcesuploads = '7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,ico,jpeg,jpg,jpe,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,xml,zip,pstpl,css,js'; // File types allowed to be uploaded in the resources sections, and with the HTML Editor

$memorylimit = '32M'; // This sets how much memory LimeSurvey can access. 32M is the minimum (M=mb) recommended - if you are using PDF functions up to 64M may be needed

Expand Down

0 comments on commit 1054d06

Please sign in to comment.