Browse Source

Fixed config

pull/40/head
Savetheinternet 14 years ago
parent
commit
0b76cd535f
  1. 2
      inc/config.php

2
inc/config.php

@ -11,7 +11,7 @@
// Database stuff
// "mysql", "mysqli", "pgsql", "mssql"
// "mysql", "pgsql", etc
define('DB_TYPE', 'mysql', true);
// Hostname or IP address
define('DB_SERVER', 'localhost', true);

Loading…
Cancel
Save