diff options
Diffstat (limited to 'app/check_setup.php')
-rwxr-xr-x | app/check_setup.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/check_setup.php b/app/check_setup.php new file mode 100755 index 00000000..57495f2c --- /dev/null +++ b/app/check_setup.php | |||
@@ -0,0 +1,9 @@ | |||
1 | <?php | ||
2 | |||
3 | |||
4 | |||
5 | // install folder still present, need to install wallabag | ||
6 | // if (is_dir('install')) { | ||
7 | // require('install/index.php'); | ||
8 | // exit; | ||
9 | // } \ No newline at end of file | ||