aboutsummaryrefslogtreecommitdiffhomepage
path: root/check_setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'check_setup.php')
-rwxr-xr-xcheck_setup.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/check_setup.php b/check_setup.php
deleted file mode 100755
index cf02c34b..00000000
--- a/check_setup.php
+++ /dev/null
@@ -1,12 +0,0 @@
1<?php
2
3// Check if /cache is writeable
4if (! is_writable('cache')) {
5 die('The directory "cache" must be writeable by your web server user');
6}
7
8// install folder still present, need to install wallabag
9if (is_dir('install')) {
10 require('install/index.php');
11 exit;
12} \ No newline at end of file