diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-23 13:03:50 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-23 13:03:50 +0200 |
commit | 1b084cc120deff1d5efd96c842c89367b283b4ce (patch) | |
tree | 319181f656e9c08d6f38b1f20dc183c90a636413 /apps/contacts/ajax/uploadphoto.php | |
parent | 4c2cf35050032002d01978f53201723330ebfe16 (diff) | |
parent | 82ba2151d176e7e0e1ebcfde8de6db46f651dad4 (diff) | |
download | nextcloud-server-1b084cc120deff1d5efd96c842c89367b283b4ce.tar.gz nextcloud-server-1b084cc120deff1d5efd96c842c89367b283b4ce.zip |
Merge branch 'master' into movable_apps
Diffstat (limited to 'apps/contacts/ajax/uploadphoto.php')
-rw-r--r-- | apps/contacts/ajax/uploadphoto.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/contacts/ajax/uploadphoto.php b/apps/contacts/ajax/uploadphoto.php index 96231596222..082776f7f27 100644 --- a/apps/contacts/ajax/uploadphoto.php +++ b/apps/contacts/ajax/uploadphoto.php @@ -36,19 +36,6 @@ function debug($msg) { OC_Log::write('contacts','ajax/uploadphoto.php: '.$msg, OC_Log::DEBUG); } -// foreach ($_SERVER as $key=>$element) { -// debug('$_SERVER: '.$key.'=>'.$element); -// } -// foreach ($_GET as $key=>$element) { -// debug('_GET: '.$key.'=>'.$element); -// } -// foreach ($_POST as $key=>$element) { -// debug('_POST: '.$key.'=>'.$element); -// } -// foreach ($_FILES as $key=>$element) { -// debug('_FILES: '.$key.'=>'.$element); -// } - // If it is a Drag'n'Drop transfer it's handled here. $fn = (isset($_SERVER['HTTP_X_FILE_NAME']) ? $_SERVER['HTTP_X_FILE_NAME'] : false); if ($fn) { |