Browse Source

admin update

ayHaru 4 năm trước cách đây
mục cha
commit
cfa340a6e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      admin/control/refill_successful.php

+ 1 - 1
admin/control/refill_successful.php

@@ -35,7 +35,7 @@ class refill_successfulControl extends SystemControl
         $url = BASE_SITE_URL . '/plot/paths?time_stamp='.$_GET['timestamp'];
         Log::record("successful get where url : {$url}", Log::DEBUG);
         $data = http_request($url);
-        if(empty($conds)) {
+        if(empty($data)) {
             echo(json_encode(''));
             exit;
         }