aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/inc/config.php b/inc/config.php
index 51a25d36..a7904def 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -8,9 +8,12 @@
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
10 10
11if(!is_dir('db/')){mkdir('db/',0705);} 11if (!is_dir('db/')) {
12 @mkdir('db/',0705);
13}
14
12define ('DB_PATH', 'sqlite:./db/poche.sqlite'); 15define ('DB_PATH', 'sqlite:./db/poche.sqlite');
13define ('ABS_PATH', 'archiveImg/'); 16define ('ABS_PATH', 'assets/');
14 17
15include 'db.php'; 18include 'db.php';
16include 'functions.php'; 19include 'functions.php';