aboutsummaryrefslogtreecommitdiffhomepage
path: root/check_setup.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 07:40:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 07:40:39 +0100
commit6ad93dff69d7c2beb2196e73f641e6484fccbeb7 (patch)
tree12430b858be2a41029fc11d1afa1fa2a120b96f9 /check_setup.php
parentc78c1a3f08815aab99752026ccdf1dcf63cf43c1 (diff)
downloadwallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.gz
wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.zst
wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.zip
new folders
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