Compare commits

..

No commits in common. "dda807b9910ed7a4b647f9e4ff255bee01109fa9" and "91c266b29e711f6e4b98b485c93e493b51e79660" have entirely different histories.

3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
dbconfig.php
cache/*

7
dbconfig.php Normal file
View file

@ -0,0 +1,7 @@
<?php
$host = 'localhost';
$dbname = 'simplewordscloud';
$username = 'raghnarok';
$password = 'pLkXCTEdCy6roOlnqqSjzuacRBI2UmLjYa7CbMjh';
$port = '5432';

View file

@ -1,7 +0,0 @@
<?php
$host = 'localhost';
$dbname = '';
$username = '';
$password = '';
$port = '5432';