diff options
author | plegall <plg@piwigo.org> | 2010-05-03 13:38:12 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-03 13:38:12 +0000 |
commit | a3f7bac7a6405a66ee8d31100157a8bfb24c893d (patch) | |
tree | a7f14abfea8e694dce251d77b45eec419c753ef0 /admin | |
parent | 43f0af547c68720b4fe3222b5cc8ce1beaf198b0 (diff) |
deactivate debug traces for advanced upload form
git-svn-id: http://piwigo.org/svn/trunk@6054 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/uploadify/uploadify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/uploadify/uploadify.php b/admin/include/uploadify/uploadify.php index 306b492da..44db5a15b 100644 --- a/admin/include/uploadify/uploadify.php +++ b/admin/include/uploadify/uploadify.php @@ -16,7 +16,7 @@ print_r($_POST); print_r($user); $tmp = ob_get_contents(); ob_end_clean(); -error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log"); +// error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log"); $image_id = add_uploaded_file( $_FILES['Filedata']['tmp_name'], |