songxingwei 3 anos atrás
pai
commit
2d4f107cfa
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      application/admin/controller/Config.php

+ 0 - 1
application/admin/controller/Config.php

@@ -87,7 +87,6 @@ class Config extends Controller
         if ($uptype!='local'){
             $post['bot_img'] = 'http://'.$_SERVER['SERVER_NAME'].self::crabImage($post['bot_img']);
         }
-        $post['integral_share_img'] = $post['logo'];
         foreach ($post as $key => $value) {
             sysconf($key, $value);
         }