diff options
author | Marvin Borner | 2018-11-07 18:02:36 +0100 |
---|---|---|
committer | Marvin Borner | 2018-11-07 18:02:36 +0100 |
commit | 824a2d9f587ca017fc71b84d835e72f54f9c87c4 (patch) | |
tree | 765267ea4686f752aad1f69930cfee5680cc494a /database/mysqlConf.inc | |
parent | fe75612e86b493a4e66c4e104e22658679cc014f (diff) |
Began rewrite
Diffstat (limited to 'database/mysqlConf.inc')
-rw-r--r-- | database/mysqlConf.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/database/mysqlConf.inc b/database/mysqlConf.inc deleted file mode 100644 index 5d70dd5..0000000 --- a/database/mysqlConf.inc +++ /dev/null @@ -1,5 +0,0 @@ -<?php -$servername = '127.0.0.1'; -$username = 'root'; -$password = 'root'; -$dbname = 'search_engine';
\ No newline at end of file |