home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2017-09-04 10:35:18
Committer zPlus <zplus@peers.community> 2017-09-04 10:35:18
Commit 2a441f1 (patch)
Tree 8ed314f
Parent(s)

config.php Change DSN line to use database name "freepost_freepost".


commits diff: 0b6b874..2a441f1
1 file changed, 2 insertions, 2 deletionsdownload


Diffstat
-rwxr-xr-x config.php 4

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+2/-2 M   config.php
index 46693c0..75e4662
old size: 349B - new size: 359B
old mode: -rw-r--r--
new mode: -rwxr-xr-x
@@ -4,10 +4,10 @@ class Config {
4 4
5 5 public static $DATABASE = array (
6 6 // Data Source Name, contains the information required to connect to the database
7 - 'dsn' => 'mysql:host=localhost;dbname=freepost;charset=utf8',
7 + 'dsn' => 'mysql:host=localhost;dbname=freepost_freepost;charset=utf8',
8 8 'username' => 'freepost',
9 9 'password' => 'freepost'
10 10 );
11 11
12 12 public static $SEND_EMAILS = true;
13 - }
13 > \ No newline at end of file
13 + }