Browse Source

change linux download tmp file path

stanley-king 9 years ago
parent
commit
be9e06d9a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      crontab/crawl/upload_control.php

+ 2 - 2
crontab/crawl/upload_control.php

@@ -27,8 +27,8 @@ class upload_control
     }
     }
 
 
     const POST_NAME = 'goods_image';
     const POST_NAME = 'goods_image';
-    const tmp_file = '/private/var/tmp/phpxxkkdl';
-    //const tmp_file = '/phpxxkkdl';
+    //const tmp_file = '/private/var/tmp/phpxxkkdl';
+    const tmp_file = '/tmp/phpxxkkdl';
 
 
     private function fill_files($filename)
     private function fill_files($filename)
     {
     {