Revision: 373
http://openupload.svn.sourceforge.net/openupload/?rev=373&view=rev
Author: tsdogs
Date: 2010-03-18 18:27:03 +0000 (Thu, 18 Mar 2010)
Log Message:
-----------
fix this, many do not see it and causes troubles
Modified Paths:
--------------
trunk/www/.htaccess
Modified: trunk/www/.htaccess
===================================================================
--- trunk/www/.htaccess 2010-03-18 18:25:15 UTC (rev 372)
+++ trunk/www/.htaccess 2010-03-18 18:27:03 UTC (rev 373)
@@ -1,5 +1,5 @@
# Set this accordingly to your installation
# N.B. For this to work, you'll need "AllowOvverride Options" in apache dir config
-php_value file_uploads "On"
-php_value upload_max_filesize "200M"
-php_value post_max_size "200M"
+#php_value file_uploads "On"
+#php_value upload_max_filesize "200M"
+#php_value post_max_size "200M"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|