UploadProgress.php
authorChris <chris@roojs.com>
Thu, 16 Aug 2012 08:14:31 +0000 (16:14 +0800)
committerChris <chris@roojs.com>
Thu, 16 Aug 2012 08:14:31 +0000 (16:14 +0800)
UploadProgress.php

index 58b58f0..36c083c 100644 (file)
@@ -20,11 +20,11 @@ class Pman_Core_UploadProgress extends Pman
         
         header("Cache-Control: no-cache, must-revalidate");
         header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
-        print_r('in');
+        //print_r('in');
         if (  !function_exists('uploadprogress_get_info')) {
             $this->jok(false);
            }
-        print_r('in2');
+        //print_r('in2');
         if (!empty($_GET['id'])) {
            // var_dump(uploadprogress_get_info($_GET['id']));
             $this->jok(uploadprogress_get_info($_GET['id']));