aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/check_setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/check_setup.php')
-rwxr-xr-xapp/check_setup.php9
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