Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-07-17 08:53:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-17 08:53:44 +0400
commit80dd44b3f918516d64c2a257480d194b1c89c291 (patch)
tree347739055346b8cf3b16b50e2d201b0158c1b6ac /config
parent1d3a048bd81703d132f5cf9d7d7b2a5e31d37bf3 (diff)
Fixes #4046 Not checking for config/config.ini.php in the system check since it's not required (and we display warning on other screens that need config writable)
Also fixing install process regression and removing config.ini.sample.php
Diffstat (limited to 'config')
-rw-r--r--config/config.ini.sample.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/config.ini.sample.php b/config/config.ini.sample.php
deleted file mode 100644
index 9edbf5889c..0000000000
--- a/config/config.ini.sample.php
+++ /dev/null
@@ -1,20 +0,0 @@
-; <?php exit; ?> DO NOT REMOVE THIS LINE
-; this file for documentation purposes; DO NOT COPY this file to config.ini.php;
-; the config.ini.php is normally created during the installation process
-; (see http://piwik.org/docs/installation)
-; when this file is absent it triggers the Installation process to create
-; config.ini.php; that file will contain the superuser and database access info
-
-[superuser]
-login = yourSuperUserLogin
-password = yourSuperUserPasswordHash
-email = hello@example.org
-
-[database]
-host = localhost
-username = databaseLogin
-password = datatabasePassword
-dbname = databaseName
-adapter = PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
-tables_prefix = piwik_
-;charset = utf8