You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PCInfo/settings.template.php

12 lines
257 B
PHP

<?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");
define("DATETIME_FORMAT", "M j, Y @ g:i A");