mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-16 18:55:15 +00:00
stockage de la version dans la config
This commit is contained in:
parent
a1953dff8f
commit
bf18db78b3
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
* @license http://www.wtfpl.net/ see COPYING file
|
||||
*/
|
||||
|
||||
define ('POCHE_VERSION', '0.1');
|
||||
|
||||
if (!is_dir('db/')) {
|
||||
@mkdir('db/',0705);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue