aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php
index a7904def..4db3cf40 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -14,6 +14,7 @@ if (!is_dir('db/')) {
14 14
15define ('DB_PATH', 'sqlite:./db/poche.sqlite'); 15define ('DB_PATH', 'sqlite:./db/poche.sqlite');
16define ('ABS_PATH', 'assets/'); 16define ('ABS_PATH', 'assets/');
17define ('DOWNLOAD_PICTURES', TRUE);
17 18
18include 'db.php'; 19include 'db.php';
19include 'functions.php'; 20include 'functions.php';