Przeglądaj źródła

auth reduce redircet debug 6

zz 6 lat temu
rodzic
commit
db7130f148
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Http/Middleware/ReadOauth.php

+ 1 - 1
app/Http/Middleware/ReadOauth.php

@@ -104,7 +104,7 @@ class ReadOauth
 
             $info = DB::table('official_setting')->where('appid',$appid)->select('secret')->first();
             if($info && $info->secret){
-                $secter = $info->secre;
+                $secter = $info->secret;
             }else{
                 $secter = '';
                 abort(404);