summaryrefslogtreecommitdiffstats
path: root/lib/files.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-06-19 15:08:28 +0200
committerJakob Sack <kde@jakobsack.de>2011-06-19 15:08:28 +0200
commitd5b550395af51d1299da4600870a403b7f7921d8 (patch)
treebf4fb296515330980024c09f4f3217cf2d5bba5d /lib/files.php
parentbaa00a589f7d4cdf920e5fb8185082e19bc179d1 (diff)
downloadnextcloud-server-d5b550395af51d1299da4600870a403b7f7921d8.tar.gz
nextcloud-server-d5b550395af51d1299da4600870a403b7f7921d8.zip
Removed debug messages
Diffstat (limited to 'lib/files.php')
-rw-r--r--lib/files.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/files.php b/lib/files.php
index 9e66f9dab82..fca311833b5 100644
--- a/lib/files.php
+++ b/lib/files.php
@@ -30,15 +30,6 @@ require_once("log.php");
*/
class OC_FILES {
static $tmpFiles=array();
- /**
- * show a web GUI filebrowser
- *
- * @param basedir $basedir
- * @param dir $dir
- */
- public static function showBrowser($basedir,$dir){
- echo '<div id="content"></div>';
- }
/**
* get the content of a directory
@@ -101,7 +92,7 @@ class OC_FILES {
if(strpos($files,';')){
$files=explode(';',$files);
}
- echo 't';
+
if(is_array($files)){
$zip = new ZipArchive();
$filename = sys_get_temp_dir()."/ownCloud.zip";
@@ -300,7 +291,6 @@ class OC_FILES {
global $SERVERROOT;
global $WEBROOT;
$size=OC_HELPER::humanFileSize($size);
- echo $size;
$size=substr($size,0,-1);//strip the B
$size=str_replace(' ','',$size); //remove the space between the size and the postfix
$content = "ErrorDocument 404 /$WEBROOT/templates/404.php\n";//custom 404 error page