diff options
author | Indieteq <admin@indieteq.com> | 2012-11-13 22:20:24 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-11-13 22:23:36 +0100 |
commit | fe32ffbdb28de5178857994bd4b430e06af95f84 (patch) | |
tree | 82c64729f347add74de4bb95e9a7fc255c74dbc9 /settings.ini.php | |
parent | a470727859a822c24754142544c6c520e34457bd (diff) | |
download | php-mysql-pdo-database-class-fe32ffbdb28de5178857994bd4b430e06af95f84.zip php-mysql-pdo-database-class-fe32ffbdb28de5178857994bd4b430e06af95f84.tar.gz php-mysql-pdo-database-class-fe32ffbdb28de5178857994bd4b430e06af95f84.tar.bz2 |
fixed bug in easyCRUD
Diffstat (limited to 'settings.ini.php')
-rw-r--r-- | settings.ini.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.ini.php b/settings.ini.php index d0472a7..35fd7a9 100644 --- a/settings.ini.php +++ b/settings.ini.php @@ -2,4 +2,4 @@ host = localhost user = root password = -dbname = ultim
\ No newline at end of file +dbname = testdb
\ No newline at end of file |