1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

README, CREDITS & chmod

This commit is contained in:
nicosomb 2013-04-17 15:32:57 +02:00
parent 1c182b6c9d
commit d178419c66
20 changed files with 18 additions and 7 deletions

View file

@ -8,9 +8,12 @@
* @license http://www.wtfpl.net/ see COPYING file
*/
if(!is_dir('db/')){mkdir('db/',0705);}
if (!is_dir('db/')) {
@mkdir('db/',0705);
}
define ('DB_PATH', 'sqlite:./db/poche.sqlite');
define ('ABS_PATH', 'archiveImg/');
define ('ABS_PATH', 'assets/');
include 'db.php';
include 'functions.php';