nojs änderungen usw

This commit is contained in:
noxy
2019-08-28 06:04:32 +00:00
parent 19f4b7d26f
commit 5fada7ae29
8 changed files with 85 additions and 14 deletions

View File

@@ -395,7 +395,8 @@ class UserController extends Controller
auth()->user()->layout = $request->get('layout');
auth()->user()->save();
return Response::create("success", 200);
//return Response::create("success mothafukka, you can now go back and fap your dick", 200);
return redirect()->back()->with('success', 'Jesus Scriptus is with you' );
}
}