aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-12-21 20:11:30 +0100
committermarijus <mario@mariovavti.com>2014-12-21 20:11:30 +0100
commit27d786c979a07eddaa31a9f8fe291360b586b9cf (patch)
tree7dc3a497fc0712a00bce23f1932c6f682313f664 /mod
parent0c98cacbcf0c27aba6bea62b4bf3dc00c91b3962 (diff)
downloadvolse-hubzilla-27d786c979a07eddaa31a9f8fe291360b586b9cf.tar.gz
volse-hubzilla-27d786c979a07eddaa31a9f8fe291360b586b9cf.tar.bz2
volse-hubzilla-27d786c979a07eddaa31a9f8fe291360b586b9cf.zip
files: make mod/filestorage.php load via ajax and some design work. work in progress...
Diffstat (limited to 'mod')
-rw-r--r--mod/filestorage.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php
index e27087a92..1767ea6bf 100644
--- a/mod/filestorage.php
+++ b/mod/filestorage.php
@@ -146,7 +146,8 @@ function filestorage_content(&$a) {
'$submit' => t('Submit')
));
- return $o;
+ echo $o;
+ killme();
}
goaway(z_root() . '/cloud/' . $which);