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:
parent
1c182b6c9d
commit
d178419c66
20 changed files with 18 additions and 7 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue