Betreff: Re: Datei Anhänge bei 1.2 von feichtl am 04.04.2005 14:57:24
Die Antwort von "gehtdoch" war schon richtig, nur nicht ganz vollständig. Ausserdem steht das ganze in der CHANGELOG von news 1.21. Hier nochmal der Textabschnitt mit der Änderung: Zitat:************ v1.2.1 RC1 ************ > Some important security holes have been corrected. That's why this version exists. Thanks goes to onokazu > The possibility to upload excel and word files have been removed. If you still need this "option", edit the file named : /xoops/modules/news/submit.php Find the line : $permittedtypes=array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png' ,'application/x-zip-compressed', 'application/pdf', 'application/x-gtar', 'application/x-tar'); and replace it with : $permittedtypes=array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png' ,'application/x-zip-compressed','application/msword', 'application/vnd.ms-excel', 'application/pdf', 'application/x-gtar', 'application/x-tar'); Wenn das nicht hilft, dann hilft nix. 
|