diff --git a/config.php b/config.php old mode 100644 new mode 100755 index 46693c0..75e4662 --- a/config.php +++ b/config.php @@ -4,10 +4,10 @@ class Config { public static $DATABASE = array ( // Data Source Name, contains the information required to connect to the database - 'dsn' => 'mysql:host=localhost;dbname=freepost;charset=utf8', + 'dsn' => 'mysql:host=localhost;dbname=freepost_freepost;charset=utf8', 'username' => 'freepost', 'password' => 'freepost' ); public static $SEND_EMAILS = true; -} \ No newline at end of file +}