diff options
author | Friendika <info@friendika.com> | 2011-01-27 18:45:19 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-27 18:45:19 -0800 |
commit | 33037754d80dce07e6d806b6cee6df56311bb954 (patch) | |
tree | 399238f478515afdbe6d045ed4c096cadaf8989e /util/extract.php | |
parent | ebba294189d87c0016f2fd33a7bacf8c08090d66 (diff) | |
download | volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.tar.gz volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.tar.bz2 volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.zip |
removed java photo uploader from mainline. Photo uploaders are now plugins, but a single item upload is available by default.
Diffstat (limited to 'util/extract.php')
-rw-r--r-- | util/extract.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/extract.php b/util/extract.php index bb16a47da..92ec8501c 100644 --- a/util/extract.php +++ b/util/extract.php @@ -3,7 +3,7 @@ $arr = array(); $files = array('index.php','boot.php'); - $files = array_merge($files,glob('mod/*'),glob('include/*')); + $files = array_merge($files,glob('mod/*'),glob('include/*'),glob('addon/*/*')); foreach($files as $file) { |