aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
-rw-r--r--inc/poche/config.inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 47208ef0..cf027282 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,6 +1,6 @@
1# Installing poche 1# Installing poche
2 2
3Get the [latest twig version](https://github.com/inthepoche/poche/archive/twig.zip) of poche on github. Unzip it and upload it on your server. 3Get the [latest dev version](https://github.com/inthepoche/poche/archive/dev.zip) of poche on github. Unzip it and upload it on your server.
4 4
5your datas can be stored on sqlite, postgres or mysql databases. 5your datas can be stored on sqlite, postgres or mysql databases.
6 6
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index 930b31e5..321784d7 100644
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -16,7 +16,7 @@ define ('STORAGE_SQLITE', './db/poche.sqlite');
16define ('STORAGE_USER', 'postgres'); # leave blank for sqlite 16define ('STORAGE_USER', 'postgres'); # leave blank for sqlite
17define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite 17define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite
18 18
19define ('POCHE_VERSION', '1.0-beta'); 19define ('POCHE_VERSION', '1.0-beta1');
20define ('MODE_DEMO', FALSE); 20define ('MODE_DEMO', FALSE);
21define ('DEBUG_POCHE', FALSE); 21define ('DEBUG_POCHE', FALSE);
22define ('CONVERT_LINKS_FOOTNOTES', FALSE); 22define ('CONVERT_LINKS_FOOTNOTES', FALSE);