[Openupload-svn-update] SF.net SVN: openupload:[158] trunk/www/config.inc.php.example
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-11-19 17:52:17
|
Revision: 158
http://openupload.svn.sourceforge.net/openupload/?rev=158&view=rev
Author: tsdogs
Date: 2008-11-19 17:52:11 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
Add basic upload progress indicator support
Modified Paths:
--------------
trunk/www/config.inc.php.example
Modified: trunk/www/config.inc.php.example
===================================================================
--- trunk/www/config.inc.php.example 2008-11-19 17:41:46 UTC (rev 157)
+++ trunk/www/config.inc.php.example 2008-11-19 17:52:11 UTC (rev 158)
@@ -103,6 +103,12 @@
# $CONFIG['ldap']['gid']='distinguishedname';
# $CONFIG['ldap']['groupfields'] = array ( 'cn' => 'name', 'name' => 'description' );
+/* UPLOAD PROGRESS: specify the type
+ * Requires php extensions to be installed
+ */
+# $CONFIG['progress'] = 'apc';
+# $CONFIG['progress'] = 'uploadprogress';
+$CONFIG['progress']='none';
/* PLUGINS: here you enable the plugins
* they will need to enable the functionality
@@ -153,9 +159,5 @@
/* SITE FOOTER STRING */
$CONFIG['site']['footer'] = '<a href="http://openupload.sf.net">Open Upload</a> - Created by Alessandro Briosi © 2008';
-/* PLUGINS SPECIFIC CONFIGURATION */
-$CONFIG['mimetypes'][]='application/pdf';
-$CONFIG['mimetypes'][]='image/jpeg';
-$CONFIG['mimetypes'][]='image/png';
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|