songxingwei 3 lat temu
rodzic
commit
84b0e3a495
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      application/admin/controller/Config.php

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

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