From: <var...@us...> - 2009-06-12 14:35:50
|
Revision: 6931 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6931&view=rev Author: vargenau Date: 2009-06-12 14:35:49 +0000 (Fri, 12 Jun 2009) Log Message: ----------- Allow docx, pptx, xlsx (Open XML) Modified Paths: -------------- trunk/lib/plugin/UpLoad.php Modified: trunk/lib/plugin/UpLoad.php =================================================================== --- trunk/lib/plugin/UpLoad.php 2009-06-12 14:08:36 UTC (rev 6930) +++ trunk/lib/plugin/UpLoad.php 2009-06-12 14:35:49 UTC (rev 6931) @@ -2,7 +2,7 @@ rcs_id('$Id$'); /* Copyright 2003,2004,2007 $ThePhpWikiProgrammingTeam - Copyright 2008 Marc-Etienne Vargenau, Alcatel-Lucent + Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent This file is part of PhpWiki. @@ -74,6 +74,7 @@ cfg diff doc +docx gif h ini @@ -89,11 +90,13 @@ pdf png ppt +pptx rar tar tar.gz txt xls +xlsx xml xsd zip"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |