diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-07-10 01:31:04 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-07-10 01:31:04 +0200 |
commit | 7a1e28b979fffefbf29d08e3b7c6430d8d60e0e3 (patch) | |
tree | a4f8a02841a82e63aff7759751bb2a01cfdf6b57 /config.sample.php | |
parent | acc42674db6482ee6d432c4a9c174ed7dfcea063 (diff) | |
download | wcms-7a1e28b979fffefbf29d08e3b7c6430d8d60e0e3.tar.gz wcms-7a1e28b979fffefbf29d08e3b7c6430d8d60e0e3.zip |
W 2.3
Diffstat (limited to 'config.sample.php')
-rw-r--r-- | config.sample.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config.sample.php b/config.sample.php deleted file mode 100644 index 9238ddb..0000000 --- a/config.sample.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -return [ - 'host' => 'localhost', - 'dbname' => 'wiki', - 'user' => 'root', - 'password' => 'mdp', - 'domaine' => 'vincent.club1.fr' -] - -?>
\ No newline at end of file |