UploadProgress.php
authorChris <chris@roojs.com>
Fri, 5 Oct 2012 06:56:01 +0000 (14:56 +0800)
committerChris <chris@roojs.com>
Fri, 5 Oct 2012 06:56:01 +0000 (14:56 +0800)
UploadProgress.php

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