2018-06-26 01:53:01 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
define("SITE_TITLE", "PC Info");
|
|
|
|
|
|
|
|
define("DB_TYPE", "mysql");
|
|
|
|
define("DB_NAME", "pcinfo");
|
|
|
|
define("DB_SERVER", "localhost");
|
|
|
|
define("DB_USER", "root");
|
|
|
|
define("DB_PASS", "");
|
|
|
|
define("DB_CHARSET", "utf8");
|
|
|
|
|
2018-07-01 20:23:16 -06:00
|
|
|
define("LOGO_URL", "assets/logos/biglogo.png");
|
|
|
|
define("LOGO_ALT", "PC Info");
|
|
|
|
define("FAVICON", "assets/logos/logo.svg");
|
|
|
|
define("USE_CDN", true);
|
|
|
|
|
|
|
|
define("DATETIME_FORMAT", "M j, Y @ g:i A");
|