3
0
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:
snipe
2017-10-17 13:54:03 -07:00
parent b46cbac911
commit 160fd1c86a
15 changed files with 108 additions and 11 deletions

View File

@ -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