diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:52 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:52 +0000 |
| commit | 6d86140af4cca051399ab3187180744628eff675 (patch) | |
| tree | 903610bd9d2db37048e548c1e4cd3f168257d2db /plugins/storage.bitfile.php | |
| parent | 442f7afb7bb24f3da54e42998d2b3d612eca1510 (diff) | |
| download | liberty-6d86140af4cca051399ab3187180744628eff675.tar.gz liberty-6d86140af4cca051399ab3187180744628eff675.tar.bz2 liberty-6d86140af4cca051399ab3187180744628eff675.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'plugins/storage.bitfile.php')
| -rw-r--r-- | plugins/storage.bitfile.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/storage.bitfile.php b/plugins/storage.bitfile.php index fe9a0ec..99bc875 100644 --- a/plugins/storage.bitfile.php +++ b/plugins/storage.bitfile.php @@ -1,6 +1,14 @@ <?php +/** + * @version $Revision: 1.3 $ + * @package Liberty + * @subpackage plugins_storage + */ global $gLibertySystem; +/** + * definitions + */ define( 'PLUGIN_GUID_BIT_FILES', 'bitfile' ); $pluginParams = array ( @@ -10,6 +18,7 @@ $pluginParams = array ( 'expunge_function' => 'bit_files_expunge', 'description' => 'Upload File To Server', 'plugin_type' => STORAGE_PLUGIN, + 'auto_activate' => TRUE, 'edit_label' => 'Upload File', 'edit_field' => '<input type="file" name="upload" size="40" />', 'edit_help' => 'This file will be uploaded to your personal storage area.<br />After selecting the file you want to upload, please return to the edit area and click the save button.' |
