Make USE_CDN false by default
This commit is contained in:
parent
3a81c63dfe
commit
57516ae4c0
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user