Update ImportController

pull/1046/head
Daniel Supernault 6 years ago
parent 9db18df329
commit 06fe1f0669
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -11,6 +11,10 @@ class ImportController extends Controller
public function __construct()
{
$this->middleware('auth');
if(config('pixelfed.import.instagram.enabled') != true) {
abort(404, 'Feature not enabled');
}
}
}

Loading…
Cancel
Save