new folders

This commit is contained in:
Nicolas Lœuillet
2015-01-20 07:40:39 +01:00
parent c78c1a3f08
commit 6ad93dff69
61 changed files with 146 additions and 97 deletions

9
app/check_setup.php Executable file
View File

@ -0,0 +1,9 @@
<?php
// install folder still present, need to install wallabag
// if (is_dir('install')) {
// require('install/index.php');
// exit;
// }