mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-28 06:44:39 +02:00
Added custom error pages, that assists users with common problems.
This commit is contained in:
parent
f36c618da9
commit
a0f5177533
7 changed files with 202 additions and 0 deletions
|
@ -33,6 +33,12 @@ parameters:
|
|||
partdb.attachments.dir.media: 'public/media/' # The folder where uploaded attachment files are saved (must be in public folder)
|
||||
partdb.attachments.dir.secure: 'uploads/' # The folder where secured attachment files are saved (must not be in public/)
|
||||
|
||||
######################################################################################################################
|
||||
# Error pages
|
||||
######################################################################################################################
|
||||
partdb.error_pages.admin_email: '' # You can set an email address here, which is shown on an error page, how to contact an administrator
|
||||
partdb.error_pages.show_help: false # If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
|
||||
|
||||
######################################################################################################################
|
||||
# Miscellaneous
|
||||
######################################################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue