mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-10 02:19:15 +00:00
Added setting to let admin decide whether footer text should link back to site
This commit is contained in:
@ -391,6 +391,7 @@ class SettingsController extends Controller
|
||||
|
||||
$setting->brand = $request->input('brand', '1');
|
||||
$setting->header_color = $request->input('header_color');
|
||||
$setting->show_url_in_emails = $request->input('show_url_in_emails', '0');
|
||||
|
||||
|
||||
// Only allow the site name and CSS to be changed if lock_passwords is false
|
||||
|
||||
Reference in New Issue
Block a user