Remove unused config variables, remove uncompressed CSS
This commit is contained in:
parent
d6df9d582c
commit
e8c9cd56e2
@ -13,11 +13,9 @@ define("DB_USER", "app");
|
|||||||
define("DB_PASS", "");
|
define("DB_PASS", "");
|
||||||
define("DB_CHARSET", "utf8");
|
define("DB_CHARSET", "utf8");
|
||||||
|
|
||||||
|
// Name of the app.
|
||||||
define("SITE_TITLE", "Web App Template");
|
define("SITE_TITLE", "Web App Template");
|
||||||
|
|
||||||
// Used to identify the system in OTP and other places
|
|
||||||
define("SYSTEM_NAME", "Web App Template");
|
|
||||||
|
|
||||||
// Which pages to show the app icon on:
|
// Which pages to show the app icon on:
|
||||||
// index, app, both, none
|
// index, app, both, none
|
||||||
define("SHOW_ICON", "both");
|
define("SHOW_ICON", "both");
|
||||||
@ -38,7 +36,7 @@ define("PORTAL_KEY", "123");
|
|||||||
define("TIMEZONE", "America/Denver");
|
define("TIMEZONE", "America/Denver");
|
||||||
|
|
||||||
// Base URL for site links.
|
// Base URL for site links.
|
||||||
define('URL', 'http://localhost:8000/');
|
define('URL', 'http://localhost/app');
|
||||||
|
|
||||||
// Use reCAPTCHA on login screen
|
// Use reCAPTCHA on login screen
|
||||||
// https://www.google.com/recaptcha/
|
// https://www.google.com/recaptcha/
|
||||||
@ -49,17 +47,6 @@ define('RECAPTCHA_SECRET_KEY', '');
|
|||||||
// See lang folder for language options
|
// See lang folder for language options
|
||||||
define('LANGUAGE', "en_us");
|
define('LANGUAGE', "en_us");
|
||||||
|
|
||||||
// Minimum length for new passwords
|
|
||||||
// The system checks new passwords against the 500 worst passwords and rejects
|
|
||||||
// any matches.
|
|
||||||
// If you want to have additional password requirements, go edit action.php.
|
|
||||||
// However, all that does is encourage people to use the infamous
|
|
||||||
// "post-it password manager". See also https://xkcd.com/936/ and
|
|
||||||
// http://stackoverflow.com/a/34166252/2534036 for reasons why forcing passwords
|
|
||||||
// like CaPs45$% is not actually a great idea.
|
|
||||||
// Encourage users to use 2-factor auth whenever possible.
|
|
||||||
define("MIN_PASSWORD_LENGTH", 8);
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
// /!\ Warning: Changing these values may /!\ //
|
// /!\ Warning: Changing these values may /!\ //
|
||||||
// /!\ violate the terms of your license agreement! /!\ //
|
// /!\ violate the terms of your license agreement! /!\ //
|
||||||
|
2337
static/css/font-awesome.css
vendored
2337
static/css/font-awesome.css
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user