mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 14:15:53 +00:00
Fixed #5477 - added GDPR privacy policy link in email and webpage
This commit is contained in:
@ -347,6 +347,7 @@ class SettingsController extends Controller
|
||||
|
||||
$setting->default_eula_text = $request->input('default_eula_text');
|
||||
$setting->thumbnail_max_h = $request->input('thumbnail_max_h');
|
||||
$setting->privacy_policy_link = $request->input('privacy_policy_link');
|
||||
|
||||
if (Input::get('per_page')!='') {
|
||||
$setting->per_page = $request->input('per_page');
|
||||
|
||||
Reference in New Issue
Block a user