diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 07:40:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 07:40:39 +0100 |
commit | 6ad93dff69d7c2beb2196e73f641e6484fccbeb7 (patch) | |
tree | 12430b858be2a41029fc11d1afa1fa2a120b96f9 /check_setup.php | |
parent | c78c1a3f08815aab99752026ccdf1dcf63cf43c1 (diff) | |
download | wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.gz wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.zst wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.zip |
new folders
Diffstat (limited to 'check_setup.php')
-rwxr-xr-x | check_setup.php | 12 |
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 | ||
4 | if (! 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 | ||
9 | if (is_dir('install')) { | ||
10 | require('install/index.php'); | ||
11 | exit; | ||
12 | } \ No newline at end of file | ||