diff options
author | Indieteq <admin@indieteq.com> | 2013-10-20 18:02:26 +0200 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2013-10-20 18:02:26 +0200 |
commit | f7f0436cc993cf9980d2eafdc91d95b0223d1374 (patch) | |
tree | 504136902ddc3de930dffae468013121b55bded1 | |
parent | 5938f993a966603ee92aa2e85a1c1a351ff30bae (diff) | |
download | php-mysql-pdo-database-class-f7f0436cc993cf9980d2eafdc91d95b0223d1374.zip php-mysql-pdo-database-class-f7f0436cc993cf9980d2eafdc91d95b0223d1374.tar.gz php-mysql-pdo-database-class-f7f0436cc993cf9980d2eafdc91d95b0223d1374.tar.bz2 |
The settings.ini file isn't readable anymore ( from the browser)
-rw-r--r-- | settings.ini.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.ini.php b/settings.ini.php index 35fd7a9..b554d52 100644 --- a/settings.ini.php +++ b/settings.ini.php @@ -1,5 +1,6 @@ +;<?php return; ?> [SQL] host = localhost user = root password = -dbname = testdb
\ No newline at end of file +dbname = testdb |