Make USE_CDN false by default

This commit is contained in:
Skylar Ittner 2018-07-01 21:09:41 -06:00
parent 3a81c63dfe
commit 57516ae4c0

View File

@ -12,6 +12,6 @@ define("DB_CHARSET", "utf8");
define("LOGO_URL", "assets/logos/biglogo.png");
define("LOGO_ALT", "PC Info");
define("FAVICON", "assets/logos/logo.svg");
define("USE_CDN", true);
define("USE_CDN", false);
define("DATETIME_FORMAT", "M j, Y @ g:i A");