Lang, text, sorts

This commit is contained in:
2021-06-15 15:10:50 -04:00
parent e20340891e
commit 3e830d49d6
7 changed files with 136 additions and 100 deletions

View File

@@ -39,6 +39,7 @@ class Registry { const
ROWSPERPAGE = '10', // Rows per page on tables (does not include reports)
MINPASS = '8', // Minimum password length
DEFAULTTZ = 'America/New_York', // DEFAULT TIME ZONE
HIDEFOOTER = 'false', // HIDE TIMESTAMP FOOTER
AUTHMETHOD = 'INTERNAL', // Auth users using INTERNAL or SAML
AUTHIDP = 'default-sp' // Identity Provider if using SAML
;}